Skip to content

Commit c7451d7

Browse files
uninstall husky and remove husky folder
1 parent 66ac481 commit c7451d7

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

.husky/pre-commit

Lines changed: 0 additions & 4 deletions
This file was deleted.

package-lock.json

Lines changed: 0 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"prettier": "prettier --check -c '**/*.{ts,tsx,js,jsx,json,json5,scss,css,html,mdx}'",
1414
"prettier:fix": "prettier --write -c '**/*.{ts,tsx,js,jsx,json,json5,scss,css,html,mdx}'",
1515
"test": "npx playwright install && playwright test",
16-
"prepare": "husky install",
1716
"db:generate": "drizzle-kit generate",
1817
"db:push": "drizzle-kit push",
1918
"db:migrate": "npx tsx -r dotenv/config ./drizzle/migrate.ts",
@@ -132,7 +131,6 @@
132131
"eslint-config-prettier": "^9.1.0",
133132
"eslint-plugin-jsx-a11y": "^6.8.0",
134133
"eslint-plugin-playwright": "^1.6.0",
135-
"husky": "^9.0.11",
136134
"lint-staged": "^15.2.2",
137135
"postcss": "^8.4.38",
138136
"prettier": "^3.2.5",

0 commit comments

Comments
 (0)