瀏覽代碼

[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 月之前
父節點
當前提交
53e6da5e98
共有 1 個文件被更改,包括 3 次插入0 次删除
  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