change npm install log level to info

This commit is contained in:
Athou
2016-01-08 16:12:15 +01:00
parent e74e8fe1c2
commit d43820cc82

View File

@@ -180,6 +180,9 @@
<goal>npm</goal>
</goals>
<phase>compile</phase>
<configuration>
<arguments>install --loglevel info</arguments>
</configuration>
</execution>
<execution>
<id>bower install</id>