Use npm ci to install dependencies for reproducible builds (#11211)
This commit is contained in:
parent
6cca6c18d7
commit
77f99ca15b
|
|
@ -111,7 +111,7 @@
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
<id>npm install</id>
|
<id>npm ci</id>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>npm</goal>
|
<goal>npm</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue