Skip to content

Commit 030a514

Browse files
committed
* Added linux build target
* Dependency updates
1 parent 4b95470 commit 030a514

File tree

2 files changed

+14
-186
lines changed

2 files changed

+14
-186
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"react-test": "react-scripts test",
5151
"react-eject": "react-scripts eject",
5252
"electron-build": "electron-builder",
53-
"release": "yarn react-build && electron-builder -w --publish=always",
54-
"build": "yarn react-build && yarn electron-build -w",
53+
"release": "yarn react-build && electron-builder -wl --publish=always",
54+
"build": "yarn react-build && yarn electron-build -wl",
5555
"start": "concurrently \"cross-env BROWSER=none yarn react-start\" \"wait-on http://localhost:3000 && electron .\""
5656
},
5757
"eslintConfig": {

0 commit comments

Comments
 (0)