Add lint script to the mvn build in APPM store

feature/appm-store/pbac
Jayasanka 5 years ago
parent d4d7089800
commit 8bdd4e10ec

@ -82,6 +82,16 @@
<arguments>install</arguments>
</configuration>
</execution>
<execution>
<id>lint</id>
<goals>
<goal>npm</goal>
</goals>
<configuration>
<arguments>run-script lint</arguments>
</configuration>
<phase>generate-resources</phase>
</execution>
<execution>
<id>prod</id>
<goals>

Loading…
Cancel
Save