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) <noreply@anthropic.com>
This commit is contained in:
parent
243293e5b0
commit
1c696c6f56
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
"src/resources",
|
||||
"scripts/postinstall.js",
|
||||
"scripts/link-workspace-packages.cjs",
|
||||
"scripts/ensure-workspace-builds.cjs",
|
||||
"package.json",
|
||||
"README.md"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue