Commit 9046474
fix: use npx instead of yarn to pass --bundles none to Tauri CLI
Yarn v1 strips unknown flags like --bundles before forwarding to the
script. Using npx invokes the Tauri CLI directly, preserving all flags.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 507be5c commit 9046474
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
0 commit comments