Skip to content

Commit

Permalink
use prebuild command
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Leonard authored and Robert Leonard committed May 21, 2024
1 parent 8819b22 commit 47795ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ethereum-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
# run: yarn lint

- name: Build dependencies
run: yarn prebuild
run: (cd ../smart-contract && yarn && yarn build)

- name: Create Typechain Typescript type
run: yarn copy-contracts
run: yarn prebuild

- name: Run Anvil Node
run: anvil --fork-url ${{ vars.BNB_TESTNET_RPC_URL }} &
Expand Down

0 comments on commit 47795ca

Please sign in to comment.