mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-04-23 01:39:37 +08:00
chore: update
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user