fix: resolve-typechain-conflicts.sh (#492)
parent
ecc336fcbf
commit
4f0db29b73
@ -1,8 +1,7 @@ |
||||
rm -rf typescript/src/typechain |
||||
git rm -rf typescript/typechain |
||||
cd solidity/optics-core |
||||
hardhat compile |
||||
cd ../optics-xapps |
||||
hardhat compile |
||||
cd ../.. |
||||
git add typescript/src/typechain |
||||
git rebase --continue |
||||
git add typescript/typechain |
||||
|
Loading…
Reference in new issue