execute typecheck on scm-ui build

This commit is contained in:
Sebastian Sdorra
2019-10-20 17:43:08 +02:00
parent 1ed3cb87ee
commit 32bd264dc3

View File

@@ -51,6 +51,16 @@
<goal>install</goal>
</goals>
</execution>
<execution>
<id>typecheck</id>
<phase>process-resources</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<script>typecheck</script>
</configuration>
</execution>
<execution>
<id>build</id>
<phase>compile</phase>