Release v1.15.30 is a small deploy-focused update. It tightens the Linux binding test workflow so package-specific TypeScript entrypoints are built in the right place before the Docker test step runs.
What's new
- The Linux GNU binding test job now builds TypeScript inside the package under test instead of from the workspace root. That makes the workflow generate the package’s own JS entrypoint before the binding tests run, matching the setup already used by the other binding jobs. (#11806)
- The Linux musl binding test job now uses
yarn install --mode=skip-buildand builds TypeScript inside the package under test. This narrows the workflow to the work it actually needs and avoids unrelated lifecycle scripts during setup. (#11804)
Fixes
- Fixed a GNU binding test failure where
@swc/minifiercould not find../index.jsduring the Linux x64 GNU publish workflow. (#11806) - Fixed musl binding test workflow failures caused by unnecessary install-time build scripts and missing package-generated entrypoints. (#11804)
Contributors
- @kdy1