Remove prettier in prod branch

This commit is contained in:
Mouse Reeve 2021-12-29 09:37:08 -08:00
parent e8c1ca68d1
commit 8b42d58caf

3
bw-dev
View file

@ -85,9 +85,6 @@ case "$CMD" in
docker-compose exec web python manage.py collectstatic --no-input
docker-compose restart
;;
prettier)
npx prettier --write bookwyrm/static/js/*.js
;;
populate_streams)
runweb python manage.py populate_streams "$@"
;;