Skip to content

Commit

Permalink
add prepublish hook
Browse files Browse the repository at this point in the history
  • Loading branch information
wadetandy committed Sep 23, 2020
1 parent d27007c commit 851a9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test:ci": "yarn test:all-versions && yarn test:es6-compatibility && yarn test",
"lint": "yarn run lint:ci --fix",
"lint:ci": "yarn run eslint {src,test}{,/**}/*.ts",
"release": "script/release",
"prepublish": "yarn build",
"update:dependencies": "ncu -u"
},
"husky": {
Expand Down

0 comments on commit 851a9c4

Please sign in to comment.