Fix Svelte Build Directory
All checks were successful
Run Tests on Code / run-tests (push) Successful in 3s
All checks were successful
Run Tests on Code / run-tests (push) Successful in 3s
This commit is contained in:
parent
3356b7e9c2
commit
92e30f8cf6
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
"beforeDevCommand": "yarn dev",
|
"beforeDevCommand": "yarn dev",
|
||||||
"beforeBuildCommand": "yarn build",
|
"beforeBuildCommand": "yarn build",
|
||||||
"devPath": "http://localhost:1420",
|
"devPath": "http://localhost:1420",
|
||||||
"distDir": "../build",
|
"distDir": "../dist",
|
||||||
"withGlobalTauri": false
|
"withGlobalTauri": false
|
||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
|
|
Reference in a new issue