Skip to content

Commit

Permalink
Fix Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
anudit committed Jun 16, 2022
1 parent d60b8ee commit 0a0abf0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- run: deno --version

- name: Run tests
run: deno test mod_test.ts --allow-net
run: cd ./packages/sdk-deno/ && deno test mod_test.ts --allow-net
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Monorepo for theconvo.space JS Libraries

- Packages
- [`@theconvospace/sdk`](https://github.com/anudit/convosdk/tree/main/packages/sdk)
- [`@theconvospace/react`](https://github.com/anudit/convosdk/tree/main/packages/react)
- Node
[`@theconvospace/sdk`](https://github.com/anudit/convosdk/tree/main/packages/sdk)
- Node
[`@theconvospace/react`](https://github.com/anudit/convosdk/tree/main/packages/react)
- Deno [`convo`](https://github.com/anudit/convosdk/tree/main/packages/react)
- Examples
- Benchmarks
- Scripts

2 comments on commit 0a0abf0

@vercel
Copy link

@vercel vercel bot commented on 0a0abf0 Jun 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

convosdk-examples-nextjs – ./examples/nextjs

convosdk-examples-nextjs-git-main-anudit.vercel.app
convosdk-examples-nextjs.vercel.app
convosdk-examples-nextjs-anudit.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 0a0abf0 Jun 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

convosdk-examples-browser – ./examples/browser

convosdk-examples-browser.vercel.app
convosdk-examples-browser-anudit.vercel.app
convosdk-examples-browser-git-main-anudit.vercel.app

Please sign in to comment.