Skip to content

Commit

Permalink
Add connect SeamHttpClient, entrypoint, and tsup build
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Sep 18, 2023
1 parent e9ac9ca commit 23ea489
Show file tree
Hide file tree
Showing 10 changed files with 1,397 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
["^\\u0000"],
["^node:"],
["^@?\\w"],
["@seamapi/http"],
["@seamapi/http/connect"],
["^lib/"],
["^"],
["^\\."]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
write-mode: overwrite
path: index.js
contents: |
import '@seamapi/http'
import '@seamapi/http/connect'
- name: Install
run: npm install --save ${{ steps.packages.outputs.paths }}
- name: Run
Expand Down
Loading

0 comments on commit 23ea489

Please sign in to comment.