Add build debug
[aai/sparky-fe.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index c86ce5d..725d77f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                             <goal>npm</goal>
                         </goals>
                         <phase>generate-resources</phase>
+                        <configuration>
+                           <!-- optional: The default argument is actually
+                                "install", so unless you need to run some other npm command,
+                                you can remove this whole <configuration> section.
+                           -->
+                           <arguments>install -ddd</arguments>
+                        </configuration>
+                       
                     </execution>
                     <execution>
                         <id>gulp build</id>