We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1004b commit a896f4aCopy full SHA for a896f4a
Makefile
@@ -692,7 +692,7 @@ fix-fstring-only: mkdir-reports
692
.PHONY: fix-css-only
693
fix-css-only: mkdir-reports ## fix CSS linting problems automatically
694
@echo "Fixing CSS style problems..."
695
- @npx stylelint \
+ @npx --no-install stylelint \
696
--fix \
697
--config "$(APP_ROOT)/.stylelintrc.json" \
698
--output-file "$(REPORTS_DIR)/fixed-css.txt" \
0 commit comments