Skip to content

Commit

Permalink
feat: npx tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
astuyve committed Dec 4, 2023
1 parent 8380678 commit a3f81eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/scripts/run_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ printOutputAndExit() {
}

for ((i = 0; i < ${#STACK_CONFIGS[@]}; i++)); do
tsc --project tsconfig.json
npx tsc --project tsconfig.json
cdk synth --app testlib/integration_tests/stacks/${STACK_CONFIGS[i]}.js --json --quiet

RAW_CFN_TEMPLATE="cdk.out/${STACK_CONFIGS[i]}.template.json"
Expand Down

0 comments on commit a3f81eb

Please sign in to comment.