Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Jun 30, 2024
1 parent 338cdf4 commit a760484
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,14 @@ jobs:
with:
node-version: '14' # Specify the Node.js version you need

- name: Install npm dependencies
run: npm install
- name: Build
run: |
cd packages/xtp-bindgen
npm i
npm run build
cd ../../
npm i
npm run build
- name: Build
run: npm run build
Expand Down

0 comments on commit a760484

Please sign in to comment.