From 7b99aabab357d4f595d2def664dd2193b2ee2a74 Mon Sep 17 00:00:00 2001 From: Gabriel Bernal Date: Fri, 17 Oct 2025 14:59:29 +0200 Subject: [PATCH] fix: makefile to allow dev depencies while building Signed-off-by: Gabriel Bernal --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bb48cfb..c36cbbc 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ install-frontend: .PHONY: install-frontend-ci install-frontend-ci: - cd web && npm ci --ignore-scripts + cd web && npm ci --ignore-scripts --omit=optional .PHONY: install-frontend-ci-clean install-frontend-ci-clean: install-frontend-ci