Skip to content

Commit 1c1e348

Browse files
fix: pnpm i
1 parent af1c7fb commit 1c1e348

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@
109109
"lint:fix": "eslint . --fix",
110110
"test": "vitest",
111111
"test:watch": "vitest --watch",
112-
"coverage": "vitest run --coverage",
113-
"postinstall": "npx simple-git-hooks"
112+
"coverage": "vitest run --coverage"
114113
},
115114
"peerDependencies": {
116115
"@nuxt/kit": "^3",
@@ -173,7 +172,7 @@
173172
"pre-commit": "pnpm lint-staged"
174173
},
175174
"lint-staged": {
176-
"*": "pnpm eslint . --fix"
175+
"*": "eslint . --fix"
177176
},
178177
"publishConfig": {
179178
"access": "public"

0 commit comments

Comments
 (0)