heroku bugfix - 6
This commit is contained in:
21
package.json
21
package.json
@@ -3,21 +3,20 @@
|
||||
"homepage": "http://mohiit1502.github.io/PictureStory-v2",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {},
|
||||
"dependencies": {
|
||||
"npm-run-all": "^4.1.5"
|
||||
},
|
||||
"scripts": {
|
||||
"install": "run-p clientinstall serverinstall",
|
||||
"clientinstall": "cd client && npm install",
|
||||
"serverinstall": "cd server && npm install",
|
||||
"install": "run-p clientinstall serverinstall",
|
||||
"start": "run-p clientstart serverstart",
|
||||
"clientstart": "cd client && npm start",
|
||||
"serverstart": "cd server && npm start",
|
||||
"start": "npm install npm-run-all && run-p clientstart serverstart",
|
||||
"build": "cd client && npm run build",
|
||||
"predeployclient": "cd client && npm run build",
|
||||
"predeployserver": "cd server && npm run build",
|
||||
"predeploy": "run-p predeployclient predeployserver",
|
||||
"deploy": "gh-pages -d build"
|
||||
"predeploy": "cd client && npm run build",
|
||||
"build": "npm run predeploy",
|
||||
"deploy": "cd client && gh-pages -d build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"npm-run-all": "^4.1.5"
|
||||
}
|
||||
"cacheDirectories": ["client/node_modules", "server/node_modules"],
|
||||
"devDependencies": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user