We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ca84c commit 2461cc9Copy full SHA for 2461cc9
package.json
@@ -54,7 +54,6 @@
54
"verify": "yarn build && yarn lint && yarn coverage",
55
"coverage": "rimraf coverage .nyc_output && nyc yarn test",
56
"report-coverage": "codecov -f coverage/*.json",
57
- "precommit": "lint-staged",
58
"publish:major": "yarn build && node scripts/publish.js major",
59
"publish:minor": "yarn build && node scripts/publish.js minor",
60
"publish:patch": "yarn build && node scripts/publish.js patch",
0 commit comments