From c87b800793981e3ea54a4cafcd4766968fe2f162 Mon Sep 17 00:00:00 2001 From: Daniel Rosel Date: Mon, 23 Mar 2026 14:52:02 +0100 Subject: [PATCH] fixing build in prod --- web/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/project.json b/web/project.json index 41f561d..49fc1d5 100644 --- a/web/project.json +++ b/web/project.json @@ -7,7 +7,7 @@ "install": { "executor": "nx:run-commands", "options": { - "command": "npm install", + "command": "npm install --include=dev", "cwd": "web" } },