fix: make letta update resilient to npm extraction race conditions (#1201)

This commit is contained in:
cthomas
2026-02-27 14:54:02 -08:00
committed by GitHub
parent 1a245d74d3
commit bb5d7d0a39
2 changed files with 27 additions and 1 deletions

View File

@@ -70,7 +70,7 @@
"test:update-chain:manual": "bun run src/tests/update-chain-smoke.ts --mode manual",
"test:update-chain:startup": "bun run src/tests/update-chain-smoke.ts --mode startup",
"prepublishOnly": "bun run build",
"postinstall": "node scripts/postinstall-patches.js"
"postinstall": "node scripts/postinstall-patches.js || echo letta: vendor patches skipped"
},
"lint-staged": {
"*.{ts,tsx,js,jsx,json}": [