disable npm progress-bar by npmrc file instead of mvn goal 22/99022/1
authorAmichai Hemli <amichai.hemli@intl.att.com>
Mon, 2 Dec 2019 16:53:56 +0000 (18:53 +0200)
committerAmichai Hemli <amichai.hemli@intl.att.com>
Mon, 2 Dec 2019 16:53:56 +0000 (18:53 +0200)
Issue-ID: VID-724
Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com>
Change-Id: I2c1261b24bba3e16dd858e3dd77c9b0a188e310c

vid-webpack-master/.npmrc [new file with mode: 0644]
vid-webpack-master/pom.xml

diff --git a/vid-webpack-master/.npmrc b/vid-webpack-master/.npmrc
new file mode 100644 (file)
index 0000000..d883e4f
--- /dev/null
@@ -0,0 +1 @@
+progress=false
index 59aa42d..2fe0a6e 100644 (file)
                 </configuration>
               </execution>
 
-              <execution>
-                <id>npm set no-progress</id>
-                <goals>
-                  <goal>npm</goal>
-                </goals>
-                <configuration>
-                  <arguments>set progress=false</arguments>
-                </configuration>
-              </execution>
-
               <execution>
                 <id>npm install</id>
                 <goals>