Skip to content

Commit 2461cc9

Browse files
committed
Cleanup precommit used by old version of husky
1 parent c4ca84c commit 2461cc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"verify": "yarn build && yarn lint && yarn coverage",
5555
"coverage": "rimraf coverage .nyc_output && nyc yarn test",
5656
"report-coverage": "codecov -f coverage/*.json",
57-
"precommit": "lint-staged",
5857
"publish:major": "yarn build && node scripts/publish.js major",
5958
"publish:minor": "yarn build && node scripts/publish.js minor",
6059
"publish:patch": "yarn build && node scripts/publish.js patch",

0 commit comments

Comments
 (0)