Updated the server & client scripts in the package.json
This commit is contained in:
parent
3e6a52998b
commit
374b435ac4
@ -6,8 +6,8 @@
|
|||||||
"author": "Mathias Wagner <germannewsmaker@gmail.com>",
|
"author": "Mathias Wagner <germannewsmaker@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"client": "cd client && yarn start",
|
"client": "cd client && yarn dev",
|
||||||
"server": "nodemon server.js",
|
"server": "nodemon server",
|
||||||
"dev": "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\""
|
"dev": "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\""
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Reference in New Issue
Block a user