Skip to content

Commit

Permalink
[build] Fixed release script
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jun 12, 2019
1 parent 02ab23d commit 7367cb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"tagName": "v${version}"
},
"hooks": {
"after:bump": "./package.sh --release && npm run changelog"
"after:bump": "npm run changelog",
"before:release": "./package.sh --release"
},
"npm": {
"publish": false
Expand Down

0 comments on commit 7367cb4

Please sign in to comment.