Skip to content

Commit 63405fa

Browse files
committed
Package.json is updated
1 parent 759db05 commit 63405fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "./",
77
"scripts": {
88
"build": "cross-env REACT_APP_BACKEND=true NODE_ENV=production PUBLIC_URL='./' react-scripts build",
9-
"start": "react-scripts --openssl-legacy-provider start",
9+
"start": "cross-env REACT_APP_BACKEND=false react-scripts start",
1010
"dev": "cross-env react-scripts start",
1111
"test": "react-scripts test",
1212
"format": "prettier --write src/"

0 commit comments

Comments
 (0)