Skip to content

Commit c88f4c3

Browse files
committed
ci: try to fix white screen built problem
1 parent 666bde4 commit c88f4c3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"description": "AI-powered SQL query and chart builder for non-technical users.",
1111
"scripts": {
1212
"dev": "vite",
13-
"build:preload": "tsc electron/preload.ts --outDir dist-electron",
14-
"build": "npm run build:preload && tsc && vite build && electron-builder",
13+
"build": "tsc && vite build && electron-builder",
1514
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
1615
"preview": "vite preview",
1716
"postinstall": "electron-builder install-app-deps"

0 commit comments

Comments
 (0)