Commit 246698b3 by Johannes Edmeier

Skip jest test execution when skipTests is set

parent aa4598bf
......@@ -91,6 +91,7 @@
<goal>exec</goal>
</goals>
<configuration>
<skip>${skipTests}</skip>
<executable>npm</executable>
<arguments>
<argument>run</argument>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment