Prune packaged runtime safely

This commit is contained in:
Advait Paliwal
2026-03-24 14:25:50 -07:00
parent b624921bad
commit 771b39cbba
2 changed files with 12 additions and 21 deletions

View File

@@ -10,7 +10,7 @@ const workspaceNodeModulesDir = resolve(workspaceDir, "node_modules");
const manifestPath = resolve(workspaceDir, ".runtime-manifest.json");
const workspacePackageJsonPath = resolve(workspaceDir, "package.json");
const workspaceArchivePath = resolve(feynmanDir, "runtime-workspace.tgz");
const PRUNE_VERSION = 1;
const PRUNE_VERSION = 3;
function readPackageSpecs() {
const settings = JSON.parse(readFileSync(settingsPath, "utf8"));