Skip to content

Commit

Permalink
fix: add prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya Parsa committed Mar 31, 2018
1 parent 24b4d67 commit 8dd8700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"build": "bili",
"test": "true",
"prepublish": "yarn build",
"release": "standard-version && yarn build && git push --follow-tags && npm publish"
},
"repository": {
Expand Down

0 comments on commit 8dd8700

Please sign in to comment.