Skip to content

Commit

Permalink
chore: run build on release
Browse files Browse the repository at this point in the history
  • Loading branch information
reekoz committed Jun 22, 2022
1 parent 83abcb3 commit db9f811
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
"tagName": "v${version}",
"requireCleanWorkingDir": false
},
"hooks": {
"before:init": [
"npm run build"
]
},
"npm": {
"publish": true
},
Expand Down

0 comments on commit db9f811

Please sign in to comment.