fixing build in prod

This commit is contained in:
2026-03-23 14:52:02 +01:00
parent 810d823710
commit c87b800793

View File

@@ -7,7 +7,7 @@
"install": {
"executor": "nx:run-commands",
"options": {
"command": "npm install",
"command": "npm install --include=dev",
"cwd": "web"
}
},