Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
chore: change from pre-commit to pre-push validation
Browse files Browse the repository at this point in the history
Instead of running lint and test before every commit, run it before
every push.
  • Loading branch information
vmx committed Feb 5, 2018
1 parent 3d0035a commit f5d9d68
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"coverage": "aegir coverage",
"coverage-publish": "aegir coverage --provider coveralls"
},
"pre-commit": [
"pre-push": [
"lint",
"test"
],
Expand Down Expand Up @@ -46,13 +46,12 @@
"traverse": "~0.6.6"
},
"devDependencies": {
"aegir": "^12.1.3",
"aegir": "^12.4.0",
"chai": "^4.1.2",
"deep-freeze": "0.0.1",
"dirty-chai": "^2.0.1",
"garbage": "0.0.0",
"ipfs-block": "~0.6.1",
"pre-commit": "^1.2.2"
"ipfs-block": "~0.6.1"
},
"contributors": [
"David Dias <daviddias.p@gmail.com>",
Expand Down

0 comments on commit f5d9d68

Please sign in to comment.