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