fix(pnpm): skip bundled postinstall script in simple-git-hooks

This commit is contained in:
Makito
2026-03-17 01:50:08 +09:00
parent 4e811be86a
commit 5f137af6d0
+1 -1
View File
@@ -118,6 +118,7 @@ catalogs:
ignoredBuiltDependencies:
- '@prisma/client'
- better-sqlite3
- simple-git-hooks # [workaround] postinstall script bundled in simple-git-hooks fails to execute with `enableGlobalVirtualStore: true`. Using local postinstall script to run `npx simple-git-hooks` instead.
onlyBuiltDependencies:
- '@discordjs/opus'
@@ -139,7 +140,6 @@ onlyBuiltDependencies:
- onnxruntime-node
- protobufjs
- sharp
- simple-git-hooks
- spawn-sync
- utf-8-validate
- vue-demi