refactor: Remove unnecessary changes

This commit is contained in:
MystiPanda
2023-12-07 13:43:53 +08:00
parent c8a508f35c
commit 9c94494622
12 changed files with 10 additions and 594 deletions

View File

@@ -3,17 +3,14 @@
"version": "1.4.3",
"license": "GPL-3.0",
"scripts": {
"dev": "tauri dev -f default-meta",
"dev:diff": "tauri dev -f verge-dev",
"build": "tauri build -f default-meta",
"dev": "tauri dev",
"build": "tauri build",
"tauri": "tauri",
"web:dev": "vite",
"web:build": "tsc && vite build",
"web:serve": "vite preview",
"aarch": "node scripts/aarch.mjs",
"check": "node scripts/check.mjs",
"updater": "node scripts/updater.mjs",
"publish": "node scripts/publish.mjs",
"portable": "node scripts/portable.mjs",
"prepare": "husky install"
},