🐎 ci(tauri): build配置漏了

(cherry picked from commit b866b542c9da550f4b5ae5b3357953078305e964)
This commit is contained in:
BTMuli
2023-04-06 12:42:41 +08:00
parent 072e4df5bc
commit ed7c82d140

View File

@@ -1,7 +1,7 @@
{
"build": {
"beforeDevCommand": "npm run vite:dev",
"beforeBuildCommand": "npm run build",
"beforeBuildCommand": "npm run vite:build",
"devPath": "http://localhost:3000",
"distDir": "../dist",
"withGlobalTauri": true