fix heroku deploy

This commit is contained in:
2018-06-03 14:26:42 +03:00
parent 8802fd7f5c
commit d7656f9715
2 changed files with 10 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
"start": "node ./app.js",
"debug": "cross-env NODE_ENV=dev npx nodemon --inspect ./app.js",
"test": "cross-env NODE_ENV=test jest",
"heroku-postbuild": "cd react && npm i && npm run build"
"postinstall": "cd react && npm install && npm run build"
},
"author": "",
"dependencies": {