Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(build): remove need for typesVersions breaking VSCode imports #130

Merged
merged 15 commits into from
Mar 6, 2024
5 changes: 5 additions & 0 deletions .changeset/cyan-cycles-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@defer/client": minor
---

Fix VSCode dynamic imports resolving on `@defer/client/index`
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
access_token: ${{ secrets.GITHUB_TOKEN }}
- run: "npm ci --no-audit"
- run: "npm run build"
- run: "npx bob check"
env:
DEFER_NO_LOCAL_SCHEDULER: 1
- name: "release / pull_request"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- run: "bunx prettier -c src/"
- run: "bun run test"
- run: "bun run build"
- run: "bunx bob check"
env:
DEFER_NO_LOCAL_SCHEDULER: 1

Expand All @@ -50,6 +49,5 @@ jobs:
- run: "npx prettier -c src/"
- run: "npm run test"
- run: "npm run build"
- run: "npx bob check"
env:
DEFER_NO_LOCAL_SCHEDULER: 1
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,3 @@ dist
# TernJS port file
.tern-port

.bob
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ node_modules/
coverage/
dist/
yarn.lock
.bob/
269 changes: 0 additions & 269 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading