We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1c7fb commit 1c1e348Copy full SHA for 1c1e348
1 file changed
package.json
@@ -109,8 +109,7 @@
109
"lint:fix": "eslint . --fix",
110
"test": "vitest",
111
"test:watch": "vitest --watch",
112
- "coverage": "vitest run --coverage",
113
- "postinstall": "npx simple-git-hooks"
+ "coverage": "vitest run --coverage"
114
},
115
"peerDependencies": {
116
"@nuxt/kit": "^3",
@@ -173,7 +172,7 @@
173
172
"pre-commit": "pnpm lint-staged"
174
175
"lint-staged": {
176
- "*": "pnpm eslint . --fix"
+ "*": "eslint . --fix"
177
178
"publishConfig": {
179
"access": "public"
0 commit comments