Skip to content

Commit

Permalink
fix: blockchainsetup script
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpy committed Dec 26, 2024
1 parent 54d8570 commit f4603ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/blockchainTestSetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ pushd /tmp/goodprotocol
export CI=false
export MNEMONIC='test test test test test test test test test test test junk'
export ADMIN_MNEMONIC='test test test test test test test test test test test junk'
yarn set version 3.6.0
yarn set version 3.6.1
yarn config set enableImmutableInstalls false
echo "nodeLinker: node-modules" >> .yarnrc.yml
yarn
npx patch-package
yarn runNode &
yarn deployTest
echo "minimizing..."
Expand Down

0 comments on commit f4603ce

Please sign in to comment.