Skip to content

Commit

Permalink
chore(pkg): remove stray reference to husky
Browse files Browse the repository at this point in the history
  • Loading branch information
jo3-l committed Jan 5, 2024
1 parent b665b2f commit 0b48eca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0b48eca

Please sign in to comment.