8000 Don't try to open the browser on start · github/codespaces-react@956c389 · GitHub
[go: up one dir, main page]

Skip to content

Commit 956c389

Browse files
authored
Don't try to open the browser on start
1 parent 4e5a92c commit 956c389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"web-vitals": "^2.1.4"
1313
},
1414
"scripts": {
15-
"start": "react-scripts start",
15+
"start": "BROWSER=none react-scripts start",
1616
"build": "react-scripts build",
1717
"test": "react-scripts test",
1818
"eject": "react-scripts eject"

0 commit comments

Comments
 (0)
0