Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matt200-ok committed Jan 9, 2025
1 parent b4809b9 commit 4771b9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nodejs-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:

# ************ REMOVE AFTER RELEASE ***************
- name: build local binding
run: yarn install && yarn build
run: |
yarn install
yarn build
working-directory: binding/nodejs
# ************ REMOVE AFTER RELEASE ***************

Expand Down

0 comments on commit 4771b9c

Please sign in to comment.