diff --git a/package.json b/package.json index a01147f5..85798171 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "start": "BABEL_DISABLE_CACHE=1 NODE_ENV=development nodemon index.js", "start:prod": "NODE_ENV=production node index.js", "lint": "eslint client server", - "build": "NODE_ENV=production webpack --config webpack.config.prod.js", + "build": "NODE_ENV=production webpack --config webpack.config.prod.js --progress", "test": "echo \"Error: no test specified\" && exit 1" }, "main": "index.js",