Skip to content

Commit

Permalink
Update yarn install command to use --immutable for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
yavrsky committed Jan 16, 2025
1 parent 6e8c40d commit f85f894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test_upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GANACHE=$(npx ganache \
)

cd "$DEPLOYED_DIR"
yarn install
yarn install --immutable
PRIVATE_KEY_FOR_ETHEREUM=$(cat "$ACCOUNTS_FILENAME" | jq -r '.private_keys | to_entries | .[8].value')
PRIVATE_KEY_FOR_SCHAIN=$(cat "$ACCOUNTS_FILENAME" | jq -r '.private_keys | to_entries | .[0].value')
URL_W3_S_CHAIN="http://127.0.0.1:8545"
Expand Down

0 comments on commit f85f894

Please sign in to comment.