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