Skip to content

Commit 4843839

Browse files
Peter vogelPeter vogel
authored andcommitted
Ensure Cargo is on PATH for tauri dev
1 parent 13cea5b commit 4843839

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "tsc && vite build",
99
"typecheck": "tsc --noEmit",
1010
"preview": "vite preview",
11-
"tauri": "tauri"
11+
"tauri": "PATH=$HOME/.cargo/bin:$PATH tauri"
1212
},
1313
"dependencies": {
1414
"@tauri-apps/api": "^2",

0 commit comments

Comments
 (0)