We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666bde4 commit c88f4c3Copy full SHA for c88f4c3
1 file changed
package.json
@@ -10,8 +10,7 @@
10
"description": "AI-powered SQL query and chart builder for non-technical users.",
11
"scripts": {
12
"dev": "vite",
13
- "build:preload": "tsc electron/preload.ts --outDir dist-electron",
14
- "build": "npm run build:preload && tsc && vite build && electron-builder",
+ "build": "tsc && vite build && electron-builder",
15
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
16
"preview": "vite preview",
17
"postinstall": "electron-builder install-app-deps"
0 commit comments