adding another heroku build command
This commit is contained in:
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user