Skip to content

Commit

Permalink
chore: remove pre post npm hooks for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob McGuinness committed Jul 24, 2021
1 parent 56fbec9 commit b282f6a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -37,9 +37,7 @@
"test:ts": "tsd",
"lint": "eslint .",
"test:cov:html": "lab -r html -o coverage.html",
"precommit": "yarn test",
"postversion": "yarn publish",
"postpublish": "git push origin --all; git push origin --tags"
"precommit": "yarn test"
},
"license": "MIT",
"engines": {
Expand Down

0 comments on commit b282f6a

Please sign in to comment.