Skip to content

Commit 824554f

Browse files
committed
Ensure all required package version resolutions are active
- also fix deployment script to be compatible with newer CDK CLI release
1 parent 7ae745d commit 824554f

5 files changed

Lines changed: 34724 additions & 34613 deletions

File tree

Infra/deployStack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ cd ../Website && npm i && npm run build
2222
cd ../Infra && npm i && npm run build
2323

2424
# Synth and deploy the sandbox stack
25-
cdk --profile $CDK_PROFILE synth && cdk --profile $CDK_PROFILE deploy '*' --require-approval never
25+
cdk --profile $CDK_PROFILE synth && cdk --profile $CDK_PROFILE deploy --all --require-approval never

Infra/package-lock.json

Lines changed: 6 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)