Skip to content

Commit eab89a3

Browse files
committed
fix: correct hook name
1 parent 3bf6ddd commit eab89a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"husky": {
4747
"hooks": {
4848
"pre-commit": "npm run lint && npm run test && npm run build",
49-
"pro-push": "babel-node ./src/bin/index.js ./.README/README.md --output-file ./README.md --check"
49+
"pre-push": "babel-node ./src/bin/index.js ./.README/README.md --output-file ./README.md --check"
5050
}
5151
},
5252
"keywords": [

0 commit comments

Comments
 (0)