윈도우 앱 업데이트 문제 수정

This commit is contained in:
Macbook
2026-06-17 10:12:21 +09:00
parent 37533764ee
commit f56a958c57
3 changed files with 17 additions and 2 deletions
+3
View File
@@ -37,6 +37,9 @@ if [[ -f "$WORK_TREE/desktop/updater.pub" ]]; then
"$WORK_TREE/scripts/patch-tauri-updater-pubkey.sh"
fi
log "clean desktop Vite dist (stale frontend 번들 방지)"
rm -rf "$WORK_TREE/desktop/dist"
log "npm ci (monorepo deps — git reset 후 node_modules 불일치 방지)"
cd "$WORK_TREE"
if [[ -f package-lock.json ]]; then