Skip to content

Commit

Permalink
chore: remove husky (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jun 12, 2024
1 parent 276037a commit aa36477
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 28 deletions.
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/post-merge

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-push

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
"patch": "npm version patch -m 'chore(release): %s'",
"minor": "npm version minor -m 'chore(release): %s'",
"major": "npm version major -m 'chore(release): %s'",
"prepublishOnly": "pnpm test && pnpm build",
"prepare": "husky install"
"prepublishOnly": "pnpm test && pnpm build"
},
"commitlint": {
"extends": [
Expand Down Expand Up @@ -72,7 +71,6 @@
"coffeescript": "^2.7.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.29.0",
"husky": "^8.0.2",
"jest": "^29.5.0",
"less": "^3.13.1",
"lint-staged": "^10.5.4",
Expand Down
9 changes: 0 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa36477

Please sign in to comment.