fix(install): reset bundle before export patch

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Андрей Бобырев
2026-05-24 21:55:29 +03:00
parent 1b110c6dc0
commit 8e69bfcb3d

View File

@@ -44,6 +44,7 @@ clone_or_update() {
apply_patches() {
log "Применение патчей фронтенда (export preview/download)..."
git -C "${INSTALL_DIR}" checkout HEAD -- site/assets/index-VQj200iM.js
node "${SITE_DIR}/patch-bundle.mjs"
}