Remove progress from polluting CI log

This commit is contained in:
Amit Jakubowicz 2019-10-05 10:29:39 +02:00
parent 114984a95a
commit 6428021713
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
"license": "private",
"private": true,
"scripts": {
"build": "webpack --config ./webpack.config.ts --progress",
"build": "webpack --config ./webpack.config.ts",
"start": "NODE_ENV=development webpack-dev-server --config ./webpack.config.ts --hot --progress"
},
"dependencies": {

View file

@ -5,7 +5,7 @@
"license": "private",
"private": true,
"scripts": {
"build": "webpack --config ./webpack.config.ts --progress",
"build": "webpack --config ./webpack.config.ts",
"start": "NODE_ENV=development webpack-dev-server --config ./webpack.config.ts --hot --progress"
},
"dependencies": {