Skip to content

Commit

Permalink
make installable from git
Browse files Browse the repository at this point in the history
make prepare husky key _prepare so it doesn't run on ci servers

See typicode/husky#851 (comment)

Do not publish this. Just for internal use to get builds working
  • Loading branch information
epelc committed Apr 25, 2023
1 parent e75b861 commit 616c245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -47,7 +47,7 @@
"test": "npx ava --verbose",
"lint-staged": "lint-staged",
"coverage": "npx nyc ava && npx nyc report --reporter=json-summary && cp coverage/coverage-summary.json docs-src/_data/coverage.json && node cmd.js --config=docs-src/.eleventy.docs.js",
"prepare": "husky install"
"_prepare": "husky install"
},
"author": {
"name": "Zach Leatherman",
Expand Down

0 comments on commit 616c245

Please sign in to comment.