Skip to content

Commit

Permalink
Fix molgenis#6461 Javascript package versions used in the build shoul…
Browse files Browse the repository at this point in the history
…d be reproducible
  • Loading branch information
mark-de-haan committed Sep 6, 2017
1 parent e46282b commit ced4448
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions molgenis-metadata-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<goal>yarn</goal>
</goals>
<configuration>
<arguments>--pure-lockfile</arguments>
<failOnError>true</failOnError>
</configuration>
</execution>
Expand Down
1 change: 1 addition & 0 deletions molgenis-navigator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<goal>yarn</goal>
</goals>
<configuration>
<arguments>--pure-lockfile</arguments>
<failOnError>true</failOnError>
</configuration>
</execution>
Expand Down
1 change: 1 addition & 0 deletions molgenis-one-click-importer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<goal>yarn</goal>
</goals>
<configuration>
<arguments>--pure-lockfile</arguments>
<failOnError>true</failOnError>
</configuration>
</execution>
Expand Down
1 change: 1 addition & 0 deletions molgenis-searchall/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<goal>yarn</goal>
</goals>
<configuration>
<arguments>--pure-lockfile</arguments>
<failOnError>true</failOnError>
</configuration>
</execution>
Expand Down

0 comments on commit ced4448

Please sign in to comment.