Skip to content

Commit

Permalink
fix: sh script for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jatZama committed Jul 12, 2024
1 parent d3b6b57 commit 836566c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch-fhevm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# 2. All test addresses are funded (e.g. via the fund_test_addresses.sh script).
npx hardhat clean
mkdir fhevmTemp
cp -r node_modules/fhevm fhevmTemp/
cp -L -r node_modules/fhevm fhevmTemp/
npx hardhat compile:specific --contract fhevmTemp/fhevm/lib
npx hardhat compile:specific --contract fhevmTemp/fhevm/gateway
rm -rf fhevmTemp
Expand Down

0 comments on commit 836566c

Please sign in to comment.