Update server run command

This commit is contained in:
2018-04-09 11:59:12 +05:30
parent 8504061cac
commit 7a8f0f820a
+1 -1
View File
@@ -18,7 +18,7 @@
"uuid": "^3.2.1"
},
"scripts": {
"start-server": "nodemon ./server/server.js",
"start-server": "cd server && nodemon server.js",
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",