Skip to content

Commit

Permalink
fix: cp works also on fedora linux os
Browse files Browse the repository at this point in the history
  • Loading branch information
jatZama committed Nov 26, 2024
1 parent aeec384 commit 477ec78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch-fhevm-sepolia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ NUM_KMS_SIGNERS=$(grep NUM_KMS_SIGNERS .env | cut -d '"' -f 2)

rm -rf fhevmTemp/
mkdir -p fhevmTemp
cp -L -r node_modules/fhevm-core-contracts/ fhevmTemp/
cp -L -r node_modules/fhevm-core-contracts/. fhevmTemp/
npx hardhat compile:specific --contract fhevmTemp
npx hardhat compile:specific --contract lib
npx hardhat compile:specific --contract gateway
Expand Down

0 comments on commit 477ec78

Please sign in to comment.