From 5f137af6d0947ac40d42fa179fd8af237b17584b Mon Sep 17 00:00:00 2001 From: Makito Date: Tue, 17 Mar 2026 01:50:08 +0900 Subject: [PATCH] fix(pnpm): skip bundled postinstall script in simple-git-hooks --- pnpm-workspace.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index e2ec3c3a9..212b5b656 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -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