Skip to content

Commit

Permalink
adding in prepare stage
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Jan 6, 2020
1 parent 1dfc801 commit 5b6c76e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdk-spa-deploy",
"version": "0.1.12",
"version": "0.1.13",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"stability": "experimental",
Expand All @@ -11,7 +11,8 @@
"scripts": {
"build": "jsii",
"build:watch": "jsii -w",
"test": "npm run build && npm run package && jest",
"test": "jest",
"prepare": "npm run build && npm run package",
"cdk": "cdk",
"package": "jsii-pacmak"
},
Expand Down

0 comments on commit 5b6c76e

Please sign in to comment.