mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Add lint script to the mvn build in APPM store
This commit is contained in:
parent
d4d7089800
commit
8bdd4e10ec
@ -82,6 +82,16 @@
|
|||||||
<arguments>install</arguments>
|
<arguments>install</arguments>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
<execution>
|
||||||
|
<id>lint</id>
|
||||||
|
<goals>
|
||||||
|
<goal>npm</goal>
|
||||||
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<arguments>run-script lint</arguments>
|
||||||
|
</configuration>
|
||||||
|
<phase>generate-resources</phase>
|
||||||
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
<id>prod</id>
|
<id>prod</id>
|
||||||
<goals>
|
<goals>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user