Skip to content

Commit

Permalink
chore: remove husky pre-publish hook
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Dec 12, 2018
1 parent 5f1014c commit 356b523
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -18,8 +18,7 @@
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged",
"pre-publish": "yarn-or-npm run build"
"pre-commit": "pretty-quick --staged"
}
},
"repository": {
Expand Down

0 comments on commit 356b523

Please sign in to comment.