Skip to content

Commit

Permalink
Removed references to clean command that doesn't exist on prod
Browse files Browse the repository at this point in the history
  • Loading branch information
mouse-reeve committed Jul 6, 2022
1 parent 5d8a1ec commit 83cb0a9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions bw-dev
Expand Up @@ -88,9 +88,6 @@ case "$CMD" in
build)
docker-compose build
;;
clean)
clean
;;
black)
docker-compose run --rm dev-tools black celerywyrm bookwyrm
;;
Expand Down Expand Up @@ -200,7 +197,6 @@ case "$CMD" in
echo " collectstatic"
echo " compilemessages"
echo " build"
echo " clean"
echo " populate_streams [--stream=<stream name>]"
echo " populate_lists_streams"
echo " populate_suggestions"
Expand Down
2 changes: 0 additions & 2 deletions complete_bwdev.fish
Expand Up @@ -18,7 +18,6 @@ makemessages \
compilemessages \
update_locales \
build \
clean \
black \
prettier \
stylelint \
Expand Down Expand Up @@ -56,7 +55,6 @@ __bw_complete "$commands" "makemessages" "extract all localizable mes
__bw_complete "$commands" "compilemessages" "compile .po localization files to .mo"
__bw_complete "$commands" "update_locales" "run makemessages and compilemessages for the en_US and additional locales"
__bw_complete "$commands" "build" "build the containers"
__bw_complete "$commands" "clean" "bring the cluster down and remove all containers"
__bw_complete "$commands" "black" "run Python code formatting tool"
__bw_complete "$commands" "prettier" "run JavaScript code formatting tool"
__bw_complete "$commands" "stylelint" "run SCSS linting tool"
Expand Down
1 change: 0 additions & 1 deletion complete_bwdev.sh
Expand Up @@ -15,7 +15,6 @@ makemessages
compilemessages
update_locales
build
clean
black
prettier
stylelint
Expand Down
1 change: 0 additions & 1 deletion complete_bwdev.zsh
Expand Up @@ -17,7 +17,6 @@ makemessages
compilemessages
update_locales
build
clean
black
prettier
stylelint
Expand Down

0 comments on commit 83cb0a9

Please sign in to comment.