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

Commit 655c868

Browse files
mabreuortegaMiguel Abreu
andauthored
fix: use npm instelled cdk package (#844)
Co-authored-by: Miguel Abreu <miabreu@amazon.com>
1 parent 37202d7 commit 655c868

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-
cdk --version
45+
npm run cdk -- --version
4646
}
4747

4848
create_build_directories() {

0 commit comments

Comments
 (0)