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

Commit 53f5a98

Browse files
mabreuortegaMiguel Abreu
andauthored
Miguel.abreu/gtt 1949 fix deployment (#845)
* fix: use npm instelled cdk package * fix: use full path Co-authored-by: Miguel Abreu <miabreu@amazon.com>
1 parent 655c868 commit 53f5a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ verify_prereqs() {
4242
echo "npm version"
4343
npm --version
4444
echo "cdk version"
45-
npm run cdk -- --version
45+
$CDK_DIR/node_modules/aws-cdk/bin/cdk --version
4646
}
4747

4848
create_build_directories() {

0 commit comments

Comments
 (0)