chore: prep 2026.1.27-beta.1 release

This commit is contained in:
Peter Steinberger
2026-01-28 01:35:58 +01:00
parent aced5dde8d
commit 7eb57b691c
37 changed files with 66 additions and 31 deletions

View File

@@ -23,6 +23,7 @@ function runPackDry(): PackResult[] {
const raw = execSync("npm pack --dry-run --json --ignore-scripts", {
encoding: "utf8",
stdio: ["ignore", "pipe", "pipe"],
maxBuffer: 1024 * 1024 * 100,
});
return JSON.parse(raw) as PackResult[];
}