Merge pull request #3133 from affaan-m/release/ecc-universal-2.2.2

release: ecc-universal 2.2.2
This commit is contained in:
Affaan Mustafa
2026-09-19 16:41:20 -04:00
committed by GitHub
25 changed files with 99 additions and 64 deletions
+2 -1
View File
@@ -184,7 +184,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",