We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25de238 commit 81396cdCopy full SHA for 81396cd
infrastructure/terraform/components/app/pre.sh
@@ -1,4 +1,4 @@
1
-npm ci
+npm ci --omit=dev
2
3
npm run generate-dependencies --workspaces --if-present
4
infrastructure/terraform/components/sandbox/pre.sh
@@ -1,3 +1,3 @@
-if [ -z "$SKIP_SANDBOX_INSTALL" ]; then npm ci; fi
+if [ -z "$SKIP_SANDBOX_INSTALL" ]; then npm ci --omit=dev; fi
0 commit comments