We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf6ddd commit eab89a3Copy full SHA for eab89a3
package.json
@@ -46,7 +46,7 @@
46
"husky": {
47
"hooks": {
48
"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"
+ "pre-push": "babel-node ./src/bin/index.js ./.README/README.md --output-file ./README.md --check"
50
}
51
},
52
"keywords": [
0 commit comments