Merge pull request #1608 from thelounge/xpaw/remove-progress

Remove --progress from webpack
This commit is contained in:
Pavel Djundik 2017-10-03 11:36:24 +03:00 committed by GitHub
commit 271324fa6f

View file

@ -20,7 +20,7 @@
"start-dev": "npm-run-all --parallel watch start",
"build": "npm-run-all build:*",
"build:font-awesome": "node scripts/build-fontawesome.js",
"build:webpack": "webpack --progress",
"build:webpack": "webpack",
"watch": "webpack --watch",
"test": "npm-run-all -c test:* lint",
"test:mocha": "mocha",