Skip to content

Commit

Permalink
updated pre-commit hook to pre-push
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbbottam committed Sep 21, 2015
1 parent fcd98a8 commit 93eebc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
"homepage": "https://github.com/sarbbottam/ellipsisify",
"config": {
"ghooks": {
"pre-commit": "npm test"
"pre-push": "npm test"
}
}
}

0 comments on commit 93eebc5

Please sign in to comment.