Skip to content

Commit

Permalink
Merge pull request #1169 from AutarkLabs/husky-remove-pre-push--post-…
Browse files Browse the repository at this point in the history
…checkout

chore/remove husky pre-push and post-checkout hooks
  • Loading branch information
Chad Ostrowski committed Aug 20, 2019
2 parents 3b5d0f0 + 00f5666 commit 2ced247
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@
},
"husky": {
"hooks": {
"pre-commit": "lerna run --concurrency 1 --stream precommit",
"pre-push": "npm test",
"post-checkout": "npm prune && npm i"
"pre-commit": "lerna run --concurrency 1 --stream precommit"
}
}
}

0 comments on commit 2ced247

Please sign in to comment.