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

Add frozen lock file option to yarn install to insure lock file does not get updated by accident
  • Loading branch information
ConnorStroomberg committed Sep 29, 2017
1 parent e6d46d4 commit 5ff5fb3
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>--frozen-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>--frozen-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>--frozen-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>--frozen-lockfile</arguments>
<failOnError>true</failOnError>
</configuration>
</execution>
Expand Down

0 comments on commit 5ff5fb3

Please sign in to comment.