Skip to content

Commit 77d4ecf

Browse files
dakomclaude
andcommitted
fix: point pnpm setup action at app/package.json
The pnpm/action-setup@v4 action looks for packageManager in the repo root by default. Since our package.json lives in app/, we need to specify package_json_file explicitly. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 171ebc9 commit 77d4ecf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/tauri.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- name: Install pnpm
3636
uses: pnpm/action-setup@v4
3737
with:
38+
package_json_file: app/package.json
3839
run_install: false
3940

4041
- name: Install frontend dependencies

0 commit comments

Comments
 (0)