Skip to content

Commit

Permalink
chore: add regenerate-abi script
Browse files Browse the repository at this point in the history
  • Loading branch information
swr1bm86 committed May 2, 2022
1 parent 499bb29 commit 86a1b50
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions regenerate-abi.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
set -e
set -x

rm -rf packages/next-app/src/typechain
rm -rf packages/hardhat/artifacts
rm -rf packages/hardhat/cache

yarn compile
yarn format:fix

0 comments on commit 86a1b50

Please sign in to comment.