Skip to content

Commit 6bbf528

Browse files
committed
rm compile step from hh setup
1 parent 1f70abd commit 6bbf528

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/actions/setup-hardhat/action.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,4 @@ runs:
2222
path: |
2323
contracts/cache/
2424
contracts/artifacts/
25-
contracts/typechain/
2625
key: ${{ format('contracts-{0}-{1}-{2}-{3}', runner.os, inputs.cache-version, inputs.namespace, hashFiles('contracts/pnpm-lock.yaml', 'contracts/hardhat.config.ts', 'contracts/src/**/*.sol')) }}
27-
28-
- name: Compile contracts
29-
shell: bash
30-
run: pnpm compile
31-
working-directory: contracts

0 commit comments

Comments
 (0)