Skip to content

Commit bc187ea

Browse files
fix: pnpm i
1 parent 6b60178 commit bc187ea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@
108108
"lint:fix": "eslint . --fix",
109109
"test": "vitest",
110110
"test:watch": "vitest --watch",
111-
"coverage": "vitest run --coverage",
112-
"postinstall": "npx simple-git-hooks"
111+
"coverage": "vitest run --coverage"
113112
},
114113
"peerDependencies": {
115114
"@nuxt/kit": "^3",
@@ -168,6 +167,6 @@
168167
"pre-commit": "pnpm lint-staged"
169168
},
170169
"lint-staged": {
171-
"*": "pnpm eslint . --fix"
170+
"*": "eslint . --fix"
172171
}
173172
}

0 commit comments

Comments
 (0)