Re-add some build scripts

This commit is contained in:
Thoronium
2025-11-27 20:22:47 -07:00
committed by GitHub
parent d532fa1211
commit 540d52c408

View File

@@ -4,6 +4,10 @@
"version": "2.0.0",
"type": "module",
"scripts": {
"postbuild:windows": "xcopy /E /H /C /I /Y \".\\src-tauri\\lang\" \".\\src-tauri\\target\\release\\lang\"",
"postbuild:linux": "cp -r \"./src-tauri/lang\" \"./lang\"",
"build:windows": "yarn tauri build",
"build:linux": "yarn tauri build",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",