release: ecc-universal 2.2.2

This commit is contained in:
Affaan Mustafa
2026-09-15 14:22:02 -04:00
parent 8321021c54
commit e65f12bf7e
23 changed files with 78 additions and 48 deletions
+2 -1
View File
@@ -117,7 +117,8 @@ function main() {
assert.strictEqual(result.status, 0, result.stderr)
}],
["npm pack includes the compiled OpenCode dist payload", () => {
const result = spawnSync("npm", ["pack", "--dry-run", "--json"], {
fs.rmSync(path.dirname(distEntry), { recursive: true, force: true })
const result = spawnSync("npm", ["pack", "--dry-run", "--json", "--ignore-scripts=false"], {
cwd: repoRoot,
encoding: "utf8",
shell: process.platform === "win32",