Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit d91fb19

Browse files
authored
[HOTFIX]: add npm ci (#1027)
1 parent 5b94f84 commit d91fb19

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy-prd-enhanced-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
aws-region: us-east-2
2222
- name: Deploy Enhanced Infrastructure
2323
run: |
24+
npm ci
2425
cd cdk-infra/
2526
npm ci
2627
npm run deploy:enhanced:worker -- -c env=prd -c customFeatureName=enhancedApp
27-

.github/workflows/deploy-stg-enhanced-worker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
aws-region: us-east-2
2626
- name: Deploy Enhanced Infrastructure
2727
run: |
28+
npm ci
2829
cd cdk-infra/
2930
npm ci
3031
npm run deploy:feature:stack -- -c env=dotcomstg -c customFeatureName=enhancedApp-dotcomstg auto-builder-stack-enhancedApp-dotcomstg-worker

0 commit comments

Comments
 (0)