Adds bw-dev command

This commit is contained in:
Mouse Reeve 2021-12-16 10:43:24 -08:00
parent ea457eae58
commit 2fa1aa4cc7
2 changed files with 4 additions and 0 deletions

3
bw-dev
View file

@ -130,6 +130,9 @@ case "$CMD" in
black)
makeitblack
;;
prettier)
npx prettier --write bookwyrm/static/js/*.js
;;
populate_streams)
runweb python manage.py populate_streams $@
;;

View file

@ -20,6 +20,7 @@ update_locales
build
clean
black
prettier
populate_streams
populate_suggestions
generate_thumbnails