fix: stop generating qa npm sidecars

This commit is contained in:
Peter Steinberger
2026-04-22 23:10:53 +01:00
parent f66098f8f6
commit a32a6c2f89
10 changed files with 15 additions and 119 deletions

View File

@@ -51,7 +51,6 @@ parallels_package_run_with_build_lock() {
}
parallels_package_write_dist_inventory() {
node --import tsx scripts/write-npm-update-compat-sidecars.ts
node --import tsx --input-type=module --eval \
'import { writePackageDistInventory } from "./src/infra/package-dist-inventory.ts"; await writePackageDistInventory(process.cwd());'
}