From 53e6da5e986d77d1f164661f5fecf3d00ac17886 Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Fri, 17 Apr 2026 08:07:05 +0200 Subject: [PATCH] [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 --- services/web/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/web/Makefile b/services/web/Makefile index f552441cb9..e8bf0d3272 100644 --- a/services/web/Makefile +++ b/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