Update pom.xml
This commit is contained in:
parent
008c03b9bf
commit
653ac46e59
1 changed files with 10 additions and 1 deletions
|
@ -207,6 +207,15 @@
|
|||
<nodeVersion>${node.version}</nodeVersion>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>npm cache verify</id>
|
||||
<goals>
|
||||
<goal>npm</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<arguments>cache verify</arguments>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>npm install</id>
|
||||
<goals>
|
||||
|
@ -258,4 +267,4 @@
|
|||
</profiles>
|
||||
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
|
Loading…
Add table
Reference in a new issue