Skip to content

Commit

Permalink
fix: correct hook name
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jul 15, 2019
1 parent 3bf6ddd commit eab89a3
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 @@ -46,7 +46,7 @@
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm run test && npm run build",
"pro-push": "babel-node ./src/bin/index.js ./.README/README.md --output-file ./README.md --check"
"pre-push": "babel-node ./src/bin/index.js ./.README/README.md --output-file ./README.md --check"
}
},
"keywords": [
Expand Down

0 comments on commit eab89a3

Please sign in to comment.