Fixes bw-dev stylelint command

This commit is contained in:
Mouse Reeve 2022-02-16 17:34:00 -08:00
parent 9038afd7f1
commit 60b2453d4d

2
bw-dev
View file

@ -145,7 +145,7 @@ case "$CMD" in
formatters)
docker-compose run --rm dev-tools black celerywyrm bookwyrm && \
npx prettier --write bookwyrm/static/js/*.js && \
npx stylelint bookwyrm/static/**/*.css --fix
npx stylelint bookwyrm/static/css/*.css --fix --config dev-tools/.stylelintrc.js
;;
update)
git pull