build: build frontend before donut-proxy

This commit is contained in:
zhom
2025-11-29 14:55:34 +04:00
parent 98b4e9d145
commit c8b259e6ae
+3 -3
View File
@@ -104,6 +104,9 @@ jobs:
cp nodecar/nodecar-bin.exe src-tauri/binaries/nodecar-x86_64-pc-windows-msvc.exe
fi
- name: Build frontend
run: pnpm build
- name: Get host target
id: host_target
shell: bash
@@ -129,9 +132,6 @@ jobs:
chmod +x src-tauri/binaries/donut-proxy-${HOST_TARGET}
fi
- name: Build frontend
run: pnpm build
- name: Run rustfmt check
run: cargo fmt --all -- --check
working-directory: src-tauri