Skip to content

Commit 81396cd

Browse files
committed
CCM-10072: reduce disk usage in pipeline
1 parent 25de238 commit 81396cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infrastructure/terraform/components/app/pre.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
npm ci
1+
npm ci --omit=dev
22

33
npm run generate-dependencies --workspaces --if-present
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
if [ -z "$SKIP_SANDBOX_INSTALL" ]; then npm ci; fi
1+
if [ -z "$SKIP_SANDBOX_INSTALL" ]; then npm ci --omit=dev; fi
22

33
npm run generate-dependencies --workspaces --if-present

0 commit comments

Comments
 (0)