diff --git a/v2/scripts/run_integration_tests.sh b/v2/scripts/run_integration_tests.sh index 05bc13c4..dabe4297 100755 --- a/v2/scripts/run_integration_tests.sh +++ b/v2/scripts/run_integration_tests.sh @@ -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"