Browse Source

[monorepo] make format_fix/lint_fix easier to use (#32865)

* [monorepo] run npm install before top-level lint/format

* [monorepo] extend lint_fix for web

* [monorepo] bin/run: silence docker compose

We do not need it to print the newly created containers name.

* [monorepo] run format:fix

* [monorepo] run all the tasks or services/web/lint_fix_other in docker

GitOrigin-RevId: 997b360d1136f466c8e6bf8c5ad0e1189406d1f1
Jakob Ackermann 3 months ago
parent
commit
53e6da5e98
1 changed files with 3 additions and 0 deletions
  1. 3 0
      services/web/Makefile

+ 3 - 0
services/web/Makefile

@@ -518,6 +518,9 @@ else
 	npm run lint:styles
 endif
 
+lint_stylelint_fix:
+	npm run --silent lint:styles:fix
+
 lint: lint_pug
 lint_pug:
 	bin/lint_pug_templates