From 1c696c6f564fb79d3786c372532f2efc14f35626 Mon Sep 17 00:00:00 2001 From: Lex Christopherson Date: Sat, 21 Mar 2026 10:07:52 -0600 Subject: [PATCH] fix: include ensure-workspace-builds.cjs in npm package files The postinstall script references this file but it wasn't listed in the package.json files array, causing npm install to fail in CI's validate-pack step. Co-Authored-By: Claude Opus 4.6 (1M context) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a93770648..d2c6b0908 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "src/resources", "scripts/postinstall.js", "scripts/link-workspace-packages.cjs", + "scripts/ensure-workspace-builds.cjs", "package.json", "README.md" ],