Skip to content

Commit

Permalink
[HOTFIX]: add npm ci (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry authored Apr 3, 2024
1 parent 5b94f84 commit d91fb19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prd-enhanced-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
aws-region: us-east-2
- name: Deploy Enhanced Infrastructure
run: |
npm ci
cd cdk-infra/
npm ci
npm run deploy:enhanced:worker -- -c env=prd -c customFeatureName=enhancedApp
1 change: 1 addition & 0 deletions .github/workflows/deploy-stg-enhanced-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
aws-region: us-east-2
- name: Deploy Enhanced Infrastructure
run: |
npm ci
cd cdk-infra/
npm ci
npm run deploy:feature:stack -- -c env=dotcomstg -c customFeatureName=enhancedApp-dotcomstg auto-builder-stack-enhancedApp-dotcomstg-worker
Expand Down

0 comments on commit d91fb19

Please sign in to comment.