Skip to content

Commit

Permalink
update git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
najienka committed Feb 14, 2025
1 parent 9665c2a commit 99eadc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:

- name: Install dependencies
run: npm install


- name: Build
run: npm run build:solidity && npm run build:generate && npm run build:js && npm run build:types

- name: Test
run: npm run test

- name: Build
run: npm run build

0 comments on commit 99eadc5

Please sign in to comment.