Skip to content

Commit

Permalink
Update husky config (#13687)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Mar 13, 2019
1 parent 7f5d817 commit 761ad9b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@
"translation-diff": "node .scripts/translationDiff.js",
"version": "node .scripts/version.js",
"set-version": "node .scripts/set-version.js",
"release": "meteor npm run set-version --silent",
"prepush": "meteor npm run lint && meteor npm run testunit"
"release": "meteor npm run set-version --silent"
},
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -234,5 +233,10 @@
"client": "client/main.js",
"server": "server/main.js"
}
},
"husky": {
"hooks": {
"pre-push": "meteor npm run lint && meteor npm run testunit"
}
}
}

0 comments on commit 761ad9b

Please sign in to comment.