From 073a79950a8377080418afdf14cf448aee0f982d Mon Sep 17 00:00:00 2001 From: Dylan Piercey Date: Wed, 22 Jul 2026 09:50:28 -0700 Subject: [PATCH] chore: allow esbuild build scripts to fix fresh-clone install --- pnpm-workspace.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index dee51e9..e683945 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,2 +1,8 @@ packages: - "packages/*" + +# esbuild (an optional peer of vite, pulled in by vitest) ships a postinstall +# that pnpm blocks by default. Allow it so fresh clones don't error with +# ERR_PNPM_IGNORED_BUILDS. +onlyBuiltDependencies: + - esbuild