Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
myandrienko committed May 16, 2024
1 parent b87db98 commit 8a3edbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sdk-typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
- name: Install SDK dependencies
working-directory: stream-video-js
run: |
yarn install --immutable \
rm -r packages/client/src/gen/coordinator \
cp protocol/ts-sdk packages/client/src/gen/coordinator
yarn install --immutable
rm -r packages/client/src/gen/coordinator
cp protocol/ts-sdk packages/client/src/gen/coordinator
- name: Typecheck
working-directory: stream-video-js
Expand Down

0 comments on commit 8a3edbb

Please sign in to comment.