Skip to content

Commit 47c41b4

Browse files
tantaraclaude
andcommitted
fix(ci): correct pnpm install directory in release workflow
Change pnpm install to run in the ui-react directory to properly install frontend dependencies. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 12dcd54 commit 47c41b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-tauri.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
workspaces: "./src-tauri -> target"
6868

6969
- name: Install frontend dependencies
70-
run: pnpm install
70+
run: cd ui-react && pnpm install
7171

7272
- name: Setup optimized build config (if enabled)
7373
if: github.event.inputs.optimized == 'true' || startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)