Skip to content

Commit 2e3a5d9

Browse files
committed
unified start script
1 parent 55e185c commit 2e3a5d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
},
1212
"homepage": "./",
1313
"scripts": {
14-
"start": "export BROWSER=none && react-scripts start",
15-
"start-win": "set BROWSER=none && react-scripts start",
14+
"start": "react-scripts start",
1615
"start-electron": "export ELECTRON_START_URL=http://localhost:3000 && electron .",
1716
"start-electron-win": "set ELECTRON_START_URL=http://localhost:3000 && electron .",
1817
"clean": "rm -rf build dist",

0 commit comments

Comments
 (0)