mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-10-31 22:19:00 +00:00
Remove prettier in prod branch
This commit is contained in:
parent
e8c1ca68d1
commit
8b42d58caf
1 changed files with 0 additions and 3 deletions
3
bw-dev
3
bw-dev
|
@ -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 "$@"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue