|
@@ -16,6 +16,7 @@
|
|
"typecheck": "npm run typecheck:node && npm run typecheck:web",
|
|
"typecheck": "npm run typecheck:node && npm run typecheck:web",
|
|
"lint-staged": "npx lint-staged",
|
|
"lint-staged": "npx lint-staged",
|
|
"prepare": "husky install",
|
|
"prepare": "husky install",
|
|
|
|
+ "postinstall": "electron-builder install-app-deps",
|
|
"build": "npm run typecheck && electron-vite build",
|
|
"build": "npm run typecheck && electron-vite build",
|
|
"build:unpack": "npm run build && electron-builder --dir",
|
|
"build:unpack": "npm run build && electron-builder --dir",
|
|
"build:win": "npm run build && electron-builder --win --x64",
|
|
"build:win": "npm run build && electron-builder --win --x64",
|