From 616c2450c9e34d46388651c88cb018c08f512ddc Mon Sep 17 00:00:00 2001 From: Ed Pelc Date: Tue, 25 Apr 2023 09:36:26 -0400 Subject: [PATCH] make installable from git make prepare husky key _prepare so it doesn't run on ci servers See https://github.com/typicode/husky/issues/851#issuecomment-777179899 Do not publish this. Just for internal use to get builds working --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c507a187..7063962e7 100755 --- a/package.json +++ b/package.json @@ -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",