Skip to content
Snippets Groups Projects
Commit 8f6ee922 authored by Manuel Leduc's avatar Manuel Leduc
Browse files

[Misc] Improve build reproducibility using npm ci instead of npm install

parent 81e97243
No related branches found
No related tags found
No related merge requests found
......@@ -167,6 +167,9 @@
<goals>
<goal>npm</goal>
</goals>
<configuration>
<arguments>ci</arguments>
</configuration>
</execution>
<execution>
<id>npm-run-build</id>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment