Skip to content

Commit 4321a65

Browse files
fix(tsr-bridge): clean electron-output before binary build and ensure electron-builder availability
1 parent 0aa5ae6 commit 4321a65

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/tsr-bridge/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
},
1111
"scripts": {
1212
"build": "vite build",
13-
"build:binary": "node ./scripts/prep-build-binary.cjs",
13+
"clean:electron-output": "rm -rf electron-output",
14+
"build:binary": "yarn clean:electron-output && node ./scripts/prep-build-binary.cjs",
1415
"start": "yarn build && electron dist/main.mjs",
1516
"react:dev": "vite",
1617
"electron:dev": "nodemon",

0 commit comments

Comments
 (0)