Skip to content

Commit

Permalink
πŸ› fix build on typechain for lib/aa
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboudjem committed Nov 7, 2023
1 parent d82293e commit e1efe20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
forge --version
forge build --sizes
id: forge-build

- name: Generate Typechain Typings
run: |
cd lib/account-abstraction
npx hardhat typechain
- name: Run Hardhat Tests
run: yarn test
Expand Down

0 comments on commit e1efe20

Please sign in to comment.