Skip to content

Commit

Permalink
fix(package): add postversion script to build with latest package ver…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
Itee committed Aug 4, 2019
1 parent 89d8bc2 commit 7250a2f
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 @@ -50,7 +50,8 @@
"test": "gulp test",
"build": "gulp build",
"release": "gulp release",
"semantic-release": "semantic-release --dry-run --no-ci"
"semantic-release": "semantic-release --dry-run --no-ci",
"postversion": "gulp build"
},
"dependencies": {
"apoc": "^2.1.6",
Expand Down

0 comments on commit 7250a2f

Please sign in to comment.