Skip to content

Commit

Permalink
CI: remove evm_binding before regenerating it (#201)
Browse files Browse the repository at this point in the history
this way the diff will pick up redundant files
  • Loading branch information
kcsongor authored Feb 26, 2024
1 parent a784c1b commit 1986d1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Run Typechain
run: |
cd ci_tests
rm -r evm_binding
npm i -g typechain@8.3.2 @typechain/ethers-v5@11.1.2
npx typechain@8.3.2 --target ethers-v5 --out-dir evm_binding/ '../evm/out/*/*.json'
id: generate
Expand Down

0 comments on commit 1986d1a

Please sign in to comment.