Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit a58c0cb

Browse files
author
dastaple
committed
This should perform an electron-rebuild before packaging.
1 parent 60411ed commit a58c0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bounce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"start": "electron main.js",
1111
"test": "node_modules/.bin/jasmine",
12-
"package": "node_modules/.bin/electron rebuild; node_modules/.bin/electron-zip-packager . Bounce --overwrite --out=output"
12+
"package": "node_modules/.bin/electron-rebuild && node_modules/.bin/electron-zip-packager . Bounce --overwrite --out=output"
1313
},
1414
"dependencies": {
1515
"serialport": "^5.0.0"

0 commit comments

Comments
 (0)