Skip to content

Commit

Permalink
Remove husky and pre-commit hooks from local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjarling committed May 30, 2024
1 parent e09a6ae commit a968069
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .husky/pre-commit

This file was deleted.

136 changes: 120 additions & 16 deletions package-lock.json

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

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
"export": "next build && next export",
"lint": "next lint",
"ts-lint": "tsc --noEmit --incremental --watch",
"ts-lint-commit-hook": "tsc --noEmit",
"start": "next start",
"prepare": "husky install",
"test": "jest --watch",
"test:ci": "jest"
},
Expand Down Expand Up @@ -76,7 +74,6 @@
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-testing-library": "^6.0.1",
"husky": "^9.0.11",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.0.3",
"next-router-mock": "^0.9.1-beta.0",
Expand Down

0 comments on commit a968069

Please sign in to comment.