From f5dda3933425888c52b7b9d1c0fa2a6227c89123 Mon Sep 17 00:00:00 2001 From: Amichai Hemli Date: Mon, 2 Dec 2019 18:53:56 +0200 Subject: [PATCH] disable npm progress-bar by npmrc file instead of mvn goal Issue-ID: VID-724 Signed-off-by: Amichai Hemli Change-Id: I2c1261b24bba3e16dd858e3dd77c9b0a188e310c --- vid-webpack-master/.npmrc | 1 + vid-webpack-master/pom.xml | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) create mode 100644 vid-webpack-master/.npmrc diff --git a/vid-webpack-master/.npmrc b/vid-webpack-master/.npmrc new file mode 100644 index 000000000..d883e4fa1 --- /dev/null +++ b/vid-webpack-master/.npmrc @@ -0,0 +1 @@ +progress=false diff --git a/vid-webpack-master/pom.xml b/vid-webpack-master/pom.xml index 59aa42d68..2fe0a6eaf 100644 --- a/vid-webpack-master/pom.xml +++ b/vid-webpack-master/pom.xml @@ -138,16 +138,6 @@ - - npm set no-progress - - npm - - - set progress=false - - - npm install -- 2.16.6