Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore: change from pre-commit to pre-push hooks
Browse files Browse the repository at this point in the history
Instead of running the linting and tests on pre-commit, do it
on pre-push. That makes it less frequent (and annoying) while
doing local development.
  • Loading branch information
vmx authored and daviddias committed Jan 24, 2018
1 parent 8c63f8f commit e776dfd
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 @@ -41,7 +41,7 @@
"coverage": "aegir coverage",
"coverage-publish": "aegir-coverage publish"
},
"pre-commit": [
"pre-push": [
"lint",
"test"
],
Expand Down

0 comments on commit e776dfd

Please sign in to comment.