Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Oct 19, 2023
1 parent 644601f commit 643d84b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/web-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Local dependency
run: yarn && yarn build
working-directory: sdk/nodejs
working-directory: sdk/web

- name: Pre-build dependencies
run: npm install yarn
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
run: npm install yarn

- name: Install dependencies
run: yarn
run: yarn install
working-directory: sdk/web

- name: Build
run: yarn build
Expand Down

0 comments on commit 643d84b

Please sign in to comment.