Added nom command to deploy
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
"build": "npm run clean && npm run build:webpack",
|
"build": "npm run clean && npm run build:webpack",
|
||||||
"start": "cross-env NODE_ENV=development DEBUG=1 ./node_modules/.bin/nodemon --watch server index.js",
|
"start": "cross-env NODE_ENV=development DEBUG=1 ./node_modules/.bin/nodemon --watch server index.js",
|
||||||
"lint": "eslint src",
|
"lint": "eslint src",
|
||||||
|
"deploy": "git push heroku master",
|
||||||
"heroku-postbuild": "npm run build"
|
"heroku-postbuild": "npm run build"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user