Fixed infinite loop during npm install
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"clientinstall": "cd client && npm install",
|
"clientinstall": "cd client && npm install",
|
||||||
"serverinstall": "cd server && npm install",
|
"serverinstall": "cd server && npm install",
|
||||||
"install": "npm install && run-p clientinstall serverinstall",
|
"install": "run-p clientinstall serverinstall",
|
||||||
"clientstart": "cd client && npm start",
|
"clientstart": "cd client && npm start",
|
||||||
"serverstart": "cd server && npm start",
|
"serverstart": "cd server && npm start",
|
||||||
"start": "npm install && run-p clientstart serverstart",
|
"start": "npm install && run-p clientstart serverstart",
|
||||||
|
|||||||
Reference in New Issue
Block a user