From 0b48eca6cacbe632dacaa0c46ac94cef12271c32 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 4 Jan 2024 23:30:43 -0800 Subject: [PATCH] chore(pkg): remove stray reference to husky --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 69788c2..24fdcaf 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,6 @@ "style": "prettier --write src/**/*.ts test/**/*.ts", "lint": "eslint src test", "lint:fix": "eslint src test --fix", - "prepare": "is-ci || husky install", "release": "git checkout main && git pull origin main && pnpm i && pnpm lint && pnpm test && pnpm build && pnpm build:docs && git add -A && standard-version -a", "release:tags": "git push --follow-tags origin main", "release:github": "conventional-github-releaser -p angular",