diff --git a/bw-dev b/bw-dev index 51999e13..04d14ba0 100755 --- a/bw-dev +++ b/bw-dev @@ -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