heroku bugfix - 3

This commit is contained in:
2020-03-07 04:53:21 +05:30
parent 785cc46cc0
commit 3d27cb19e0

View File

@@ -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",