diff --git a/package.json b/package.json index a1d9aed..153f6f1 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ "chat": "supabase start -x edge-runtime && npm run db-types && npm run dev", "restart": "supabase stop && npm run chat", "update": "git pull origin main && npm run db-migrate && npm run db-types", - "prepare": "husky install", "clean": "npm run lint:fix && npm run format:write", "dev": "next dev -H 0.0.0.0", "build": "next build", @@ -117,7 +116,6 @@ "eslint-config-next": "^14.0.2", "eslint-config-prettier": "^9.1.0", "eslint-plugin-tailwindcss": "^3.13.0", - "husky": "^8.0.3", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "postcss": "^8.4.31",