Makefile: use npm ci

This commit is contained in:
Michael Panzlaff
2026-02-23 14:51:19 +01:00
parent 31f3c28294
commit bcfe9022de

View File

@@ -84,4 +84,4 @@ $(VAR):
$(SVELTE_TARGETS): $(SVELTE_SRC) $(SVELTE_TARGETS): $(SVELTE_SRC)
$(info ===> BUILD frontend) $(info ===> BUILD frontend)
cd web/frontend && npm install && npm run build cd web/frontend && npm ci && npm run build