[backport core/1.39] fix: resolve desktop-ui build failure from icon path cwd mismatch (#9191)

Backport of #9185 to `core/1.39`

Automatically created by backport workflow.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-9191-backport-core-1-39-fix-resolve-desktop-ui-build-failure-from-icon-path-cwd-mismatch-3126d73d365081298a1edf04b22bbdfe)
by [Unito](https://www.unito.io)

Co-authored-by: Benjamin Lu <benjaminlu1107@gmail.com>
This commit is contained in:
Comfy Org PR Bot
2026-02-25 13:57:38 +09:00
committed by GitHub
parent dcce26e536
commit 907f955b0d

View File

@@ -61,8 +61,7 @@
"^build"
],
"options": {
"cwd": "apps/desktop-ui",
"command": "vite build --config vite.config.mts"
"command": "vite build --config apps/desktop-ui/vite.config.mts"
},
"outputs": [
"{projectRoot}/dist"