[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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user