added dev script to client package.json file
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"start": "set HTTPS=true&&react-scripts start",
|
||||
"dev": "start npm start && cd ../server && start dotnet run",
|
||||
"build": "CI=false && react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
|
||||
Reference in New Issue
Block a user