Skip to content

Commit

Permalink
chore: disable husky hooks (#265)
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick authored Feb 29, 2024
1 parent 13efd92 commit 454403c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 27 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- id: check-shebang-scripts-are-executable
- id: check-merge-conflict
- id: detect-private-key
- id: forbid-new-submodules
- id: forbid-submodules
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.4.0
hooks:
- id: conventional-pre-commit
stages: [ commit-msg ]
stages: [commit-msg]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
hooks:
Expand Down
22 changes: 0 additions & 22 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"unit-test": "jest -- __tests__/commands/**/*.test.ts",
"e2e-test": "jest -- __tests__/e2e.test.ts --runInBand",
"test": "npm run unit-test && npm run e2e-test",
"single-test": "jest",
"prepare": "husky"
"single-test": "jest"
},
"keywords": [
"CLI",
Expand All @@ -47,7 +46,6 @@
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^9.0.7",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
Expand Down

0 comments on commit 454403c

Please sign in to comment.