Skip to content

Commit 55e185c

Browse files
committed
undo last commit
1 parent c6c0865 commit 55e185c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
BROWSER=none

package.json

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

0 commit comments

Comments
 (0)