diff --git a/package.json b/package.json index 352b956..6f81b69 100644 --- a/package.json +++ b/package.json @@ -109,8 +109,7 @@ "lint:fix": "eslint . --fix", "test": "vitest", "test:watch": "vitest --watch", - "coverage": "vitest run --coverage", - "postinstall": "npx simple-git-hooks" + "coverage": "vitest run --coverage" }, "peerDependencies": { "@nuxt/kit": "^3", @@ -173,7 +172,7 @@ "pre-commit": "pnpm lint-staged" }, "lint-staged": { - "*": "pnpm eslint . --fix" + "*": "eslint . --fix" }, "publishConfig": { "access": "public"