blob: d340164522036e1ddeabfc7c68ee311087c5e8d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index def92aa..ab8df56 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -6,7 +6,7 @@
"build": {
"beforeDevCommand": "yarn dev",
"devUrl": "http://localhost:1420",
- "beforeBuildCommand": "yarn build",
+ "beforeBuildCommand": "npm run build",
"frontendDist": "../dist"
},
"plugins": {
@@ -120,4 +120,4 @@
}
]
}
-}
\ No newline at end of file
+}
|