fix: make postinstall patcher idempotent

This commit is contained in:
Peter Steinberger
2026-01-13 23:12:27 +00:00
parent 45c314fbe6
commit 4c932edabc
3 changed files with 71 additions and 0 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 2026.1.13 (Unreleased)
### Fixes
- Postinstall: treat already-applied pnpm patches as no-ops to avoid npm/bun install failures.
## 2026.1.12-2
### Fixes