Skip to content

Commit

Permalink
github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jaensen committed Mar 3, 2024
1 parent 401679d commit c62cd4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:

- name: Build Contracts
run: |
./buildContracts.sh
npm i
./buildContracts.sh
- name: Build SDK
run: |
npm i
npm run build

0 comments on commit c62cd4a

Please sign in to comment.