Skip to content

Commit 0a0abf0

Browse files
committed
Fix Workflows
1 parent d60b8ee commit 0a0abf0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/deno.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- run: deno --version
3030

3131
- name: Run tests
32-
run: deno test mod_test.ts --allow-net
32+
run: cd ./packages/sdk-deno/ && deno test mod_test.ts --allow-net

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Monorepo for theconvo.space JS Libraries
22

33
- Packages
4-
- [`@theconvospace/sdk`](https://github.com/anudit/convosdk/tree/main/packages/sdk)
5-
- [`@theconvospace/react`](https://github.com/anudit/convosdk/tree/main/packages/react)
4+
- Node
5+
[`@theconvospace/sdk`](https://github.com/anudit/convosdk/tree/main/packages/sdk)
6+
- Node
7+
[`@theconvospace/react`](https://github.com/anudit/convosdk/tree/main/packages/react)
8+
- Deno [`convo`](https://github.com/anudit/convosdk/tree/main/packages/react)
69
- Examples
710
- Benchmarks
811
- Scripts

0 commit comments

Comments
 (0)