We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50527a3 commit 146adcdCopy full SHA for 146adcd
package.json
@@ -8,6 +8,7 @@
8
"dev:main": "concurrently \"tsc -w -p tsconfig.main.json\" \"tsc-alias -w -p tsconfig.main.json\"",
9
"dev:renderer": "vite",
10
"prebuild": "./scripts/generate-version.sh",
11
+ "prebuild:main": "./scripts/generate-version.sh",
12
"build": "bun run build:renderer && bun run build:main && bun run build:preload",
13
"build:main": "tsc -p tsconfig.main.json && tsc-alias -p tsconfig.main.json",
14
"build:preload": "bun build src/preload.ts --format=cjs --target=node --external=electron --sourcemap=inline --outfile=dist/preload.js",
0 commit comments