Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Oct 19, 2023
1 parent a9765a4 commit c2b57ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/web-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:

- name: Local Porcupine dependency
run: yarn && yarn build
working-directory: resources/porcupine/binding/nodejs
working-directory: resources/porcupine/binding/web

- name: Local Rhino dependency
run: yarn && yarn build
working-directory: resources/rhino/binding/nodejs
working-directory: resources/rhino/binding/web

- name: Local dependency
run: yarn && yarn build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:

- name: Local Porcupine dependency
run: yarn && yarn build
working-directory: resources/porcupine/binding/nodejs
working-directory: resources/porcupine/binding/web

- name: Local Rhino dependency
run: yarn && yarn build
working-directory: resources/rhino/binding/nodejs
working-directory: resources/rhino/binding/web

- name: Pre-build dependencies
run: npm install yarn
Expand Down

0 comments on commit c2b57ee

Please sign in to comment.