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

Commit c76ac1e

Browse files
committed
add missing file that gets CDK version for build
1 parent 84c2c70 commit c76ac1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deployment/get-cdk-version.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
const pkg = require("../source/node_modules/aws-cdk/package.json")
2+
console.log(pkg.version)

0 commit comments

Comments
 (0)