Skip to content

Commit

Permalink
fix: fix wrong script for husky prepush hook
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoden authored and DanielRuf committed Apr 1, 2018
1 parent adfbb8f commit e6e8614
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 @@ -24,7 +24,7 @@
"deploy:docs": "gulp deploy:docs",
"deploy:beta": "gulp deploy:beta",
"precommit": "node ./script/husky-precommit.js",
"prepush": "node ./script/husky-precommit.js"
"prepush": "node ./script/husky-prepush.js"
},
"dependencies": {
"jquery": ">=3.0.0",
Expand Down

0 comments on commit e6e8614

Please sign in to comment.