aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 9bea143..29089e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -239,6 +239,17 @@
<arguments>run build</arguments>
</configuration>
</execution>
+ <execution>
+ <id>npm test</id>
+ <goals>
+ <goal>npm</goal>
+ </goals>
+ <phase>test</phase>
+ <configuration>
+ <workingDirectory>${project.basedir}/graphgraph-fe</workingDirectory>
+ <arguments>test</arguments>
+ </configuration>
+ </execution>
</executions>
</plugin>
<plugin>