From 3d27cb19e06669c2d8b5baf0e6166ecf50f122dc Mon Sep 17 00:00:00 2001 From: vaasu Date: Sat, 7 Mar 2020 04:53:21 +0530 Subject: [PATCH] heroku bugfix - 3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd1f396..2a80f93 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "install": "run-p clientinstall serverinstall", "clientstart": "cd client && npm start", "serverstart": "cd server && npm start", - "start": "npm install run-p && run-p clientstart serverstart", + "start": "npm install -g run-p@latest && run-p clientstart serverstart", "build": "cd client && npm run build", "predeployclient": "cd client && npm run build", "predeployserver": "cd server && npm run build",