Skip to content

Commit

Permalink
Put JS SDK in its new home
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Nov 3, 2023
1 parent 0dd4f1a commit 33d0e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
cat ./js-sdk/package.json
(cd js-sdk && yarn install --frozen-lockfile && yarn build)
cp -r ./js-sdk/dist/. ./tests/dist
cp -r ./js-sdk/dist/. ./internal/api/dist
- name: Build Rust FFI bindings
run: |
Expand Down

0 comments on commit 33d0e1c

Please sign in to comment.