adding another heroku build command

This commit is contained in:
Arjun Patel
2019-06-09 22:55:39 -07:00
parent 6fd86dc81e
commit a63268793a
+2 -2
View File
@@ -4,10 +4,10 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "set NODE_ENV=production& webpack --mode production --color --progress",
"start:mac": "NODE_ENV=development webpack-dev-server --config ./webpack.config.js --mode development --color --progress",
"start:windows": "set NODE_ENV=development& webpack-dev-server --config ./webpack.config.js --mode development --color --progress",
"build": "set NODE_ENV=production& webpack --mode production --color --progress"
"build": "set NODE_ENV=production& webpack --mode production --color --progress",
"heroku-postbuild": "webpack -p"
},
"repository": {
"type": "git",