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" } },