Skip to content

Commit 492ed48

Browse files
committed
add missing npm script
1 parent 469462f commit 492ed48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/cdk/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"build": "tsc --skipLibCheck",
99
"watch": "tsc -w",
1010
"test": "npm run test:unit",
11+
"package": "echo 'Not applicable'",
1112
"test:unit": "npm run build && jest",
1213
"test:e2e": "echo 'To be implemented ...'",
1314
"cdk": "cdk"

0 commit comments

Comments
 (0)