heroku bugfix -1
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
"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": "npx run-p clientstart serverstart",
|
||||||
"build": "cd client && npm run build",
|
"build": "cd client && npm run build",
|
||||||
"predeployclient": "cd client && npm run build",
|
"predeployclient": "cd client && npm run build",
|
||||||
"predeployserver": "cd server && npm run build",
|
"predeployserver": "cd server && npm run build",
|
||||||
|
|||||||
Reference in New Issue
Block a user