added dev script to client package.json file

This commit is contained in:
StevanFreeborn
2022-07-19 09:05:56 -05:00
parent ec98526ff7
commit f9f3a3adc4
+1
View File
@@ -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",