Skip to content

Commit

Permalink
fix: remove cross-env from tauri command [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Uninen committed Nov 7, 2024
1 parent 8efced4 commit 9fab7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"type-check": "vue-tsc --build --force",
"tauri": "cross-env RUST_BACKTRACE=1 tauri",
"tauri": "tauri",
"bump": "node bump-version.cjs",
"check": "cargo check --manifest-path src-tauri/Cargo.toml"
},
Expand Down

0 comments on commit 9fab7bd

Please sign in to comment.