Skip to content

Commit

Permalink
Merge pull request #224 from VenusProtocol/enable-updating-lock-file
Browse files Browse the repository at this point in the history
ci: update lock file after versioning
  • Loading branch information
coreyar authored Dec 17, 2024
2 parents 57b3b4a + 280b495 commit 94436c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion subgraphs/etherfi-promo/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

git pull

yarn
YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn
2 changes: 1 addition & 1 deletion subgraphs/isolated-pools/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ cd ../..

git pull

yarn
YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn
2 changes: 1 addition & 1 deletion subgraphs/protocol-reserve/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ cd ../..

git pull

yarn
YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn
2 changes: 1 addition & 1 deletion subgraphs/venus/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ cd ../..

git pull

yarn
YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn

0 comments on commit 94436c7

Please sign in to comment.