윈도우 앱 업데이트 문제 수정
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user