Skip to content

Commit

Permalink
Cleanup precommit used by old version of husky
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaskello committed Jul 26, 2020
1 parent c4ca84c commit 2461cc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -54,7 +54,6 @@
"verify": "yarn build && yarn lint && yarn coverage",
"coverage": "rimraf coverage .nyc_output && nyc yarn test",
"report-coverage": "codecov -f coverage/*.json",
"precommit": "lint-staged",
"publish:major": "yarn build && node scripts/publish.js major",
"publish:minor": "yarn build && node scripts/publish.js minor",
"publish:patch": "yarn build && node scripts/publish.js patch",
Expand Down

0 comments on commit 2461cc9

Please sign in to comment.