@setoelkahfi / svara / commits / 5e82172

chore: added command to build

mellbacon committed Aug 29, 2023 at 21:49 UTC 5e82172965a722cc308d1dd89b00c49812c162a2
1 file changed +2 -1
package.json
+2 -1
@@ -8,7 +8,8 @@
8 "start": "vite preview",
9 "check": "svelte-check --tsconfig ./tsconfig.json",
10 "tauri": "tauri",
11 - "start-window": "yarn tauri dev"
11 + "start-window": "yarn tauri dev",
12 + "tauri-build-debug": "yarn tauri build --debug"
13 },
14 "dependencies": {
15 "@codemirror/language-data": "^6.3.1",