Skip to content

Commit 3147301

Browse files
committed
updated typechain command
Signed-off-by: Faisal Usmani <faisal.of.usmani@gmail.com>
1 parent 3bacb72 commit 3147301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/generate-evm-artifacts/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ runs:
2626
run: forge install
2727
- name: Build Foundry
2828
shell: bash
29-
run: forge build --skip test script && rm out/build-info/*.json
29+
run: forge build --skip test script
3030
- name: Generate Typechain
3131
shell: bash
32-
run: npx typechain --target ethers-v5 "out/**/*.json" --out-dir typechain
32+
run: npx typechain --target ethers-v5 "out/!(build-info)/**/+([a-zA-Z0-9_]).json" --out-dir typechain
3333
- name: Archive EVM artifacts (for caching)
3434
shell: bash
3535
env:

0 commit comments

Comments
 (0)