Skip to content

Commit

Permalink
try to fix env for windows #2
Browse files Browse the repository at this point in the history
  • Loading branch information
cars10 committed Jun 5, 2022
1 parent 05de2a1 commit a91abe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"build": {
"distDir": "../dist",
"devPath": "http://localhost:8080",
"beforeDevCommand": "cross-env VUE_APP_DESKTOP_BUILD=true yarn serve",
"beforeBuildCommand": "cross-env VUE_APP_DESKTOP_BUILD=true yarn build"
"beforeDevCommand": "npx cross-env VUE_APP_DESKTOP_BUILD=true yarn serve",
"beforeBuildCommand": "npx cross-env VUE_APP_DESKTOP_BUILD=true yarn build"
},
"tauri": {
"bundle": {
Expand Down

0 comments on commit a91abe2

Please sign in to comment.