Skip to content

Commit 2806acd

Browse files
committed
* Simplified starting dev build procedure
1 parent 0499fa6 commit 2806acd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In order to produce binary distributable files, you must issue the following com
3131
yarn build
3232
```
3333

34-
If you want to start the development version, you can issue the following command, after running `yarn react-build`:
34+
If you want to start the development version, you can issue the following command:
3535
```shell
3636
yarn start
3737
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"electron-build": "electron-builder",
5858
"release": "yarn react-build && electron-builder -wl --publish=always",
5959
"build": "yarn react-build && yarn electron-build -wl",
60-
"start": "concurrently \"cross-env BROWSER=none yarn react-start\" \"wait-on http://localhost:3000 && electron .\""
60+
"start": "yarn react-build && concurrently \"cross-env BROWSER=none yarn react-start\" \"wait-on http://localhost:3000 && electron .\""
6161
},
6262
"browserslist": {
6363
"production": [

0 commit comments

Comments
 (0)