chore: update

This commit is contained in:
digua
2026-02-09 00:42:11 +08:00
parent cf4d99583f
commit 717f8d9ef4
8 changed files with 33 additions and 76 deletions

View File

@@ -22,6 +22,9 @@
"build": "electron-vite build",
"build:mac": "npm run build && electron-builder --mac --config electron-builder.yml -p never",
"build:win": "npm run build && electron-builder --win --config electron-builder.yml -p never",
"type-check:web": "vue-tsc --noEmit -p tsconfig.web.json",
"type-check:node": "tsc --noEmit -p tsconfig.node.json",
"type-check:all": "npm run type-check:web && npm run type-check:node",
"type-check": "vue-tsc --noEmit -p tsconfig.web.json",
"postinstall": "electron-rebuild"
},