Skip to content

Commit

Permalink
fix(config): Fix pre-push hook command
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollado committed Jan 18, 2016
1 parent e66e357 commit ed5e4b2
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 @@ -48,7 +48,7 @@
"ghooks": {
"commit-msg": "validate-commit-msg",
"pre-commit": "npm test",
"pre-push": "npm multitest"
"pre-push": "npm run multitest"
}
}
}

0 comments on commit ed5e4b2

Please sign in to comment.