From 60b2453d4d9d3cbc0a9c2417c76f71e0249977da Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 16 Feb 2022 17:34:00 -0800 Subject: [PATCH] Fixes bw-dev stylelint command --- bw-dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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