Skip to content

Commit

Permalink
chore: add pre-push
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed May 2, 2018
1 parent 809ff7a commit 63fa1d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"coverage": "aegir coverage",
"coverage-publish": "aegir coverage --provider coveralls"
},
"pre-push": [
"lint",
"test"
],
"repository": {
"type": "git",
"url": "git+https://github.com/multiformats/js-multicodec.git"
Expand All @@ -41,6 +45,7 @@
"devDependencies": {
"aegir": "^12.3.0",
"chai": "^4.1.2",
"pre-push": "^0.1.1",
"dirty-chai": "^2.0.1"
},
"contributors": [
Expand Down

0 comments on commit 63fa1d9

Please sign in to comment.