Skip to content

Commit a896f4a

Browse files
committed
add --no-install flag to npmx run
1 parent 9d1004b commit a896f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ fix-fstring-only: mkdir-reports
692692
.PHONY: fix-css-only
693693
fix-css-only: mkdir-reports ## fix CSS linting problems automatically
694694
@echo "Fixing CSS style problems..."
695-
@npx stylelint \
695+
@npx --no-install stylelint \
696696
--fix \
697697
--config "$(APP_ROOT)/.stylelintrc.json" \
698698
--output-file "$(REPORTS_DIR)/fixed-css.txt" \

0 commit comments

Comments
 (0)