Skip to content

Commit

Permalink
feat: migrate to dts-buddy from api extractor (#122)
Browse files Browse the repository at this point in the history
Also move to node:test because it's great
  • Loading branch information
reconbot authored Aug 10, 2023
1 parent 7731b71 commit fc63dc5
Show file tree
Hide file tree
Showing 14 changed files with 378 additions and 1,150 deletions.
1 change: 0 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"matchPackagePatterns": [
"@types.*",
"mocha",
"chai",
"esbuild",
"esbuild-register",
".*eslint.*",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: corepack enable
- run: pnpm i
- name: Release
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: corepack enable
- run: pnpm i
- name: Test
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: corepack enable
- run: pnpm i
- name: Lint
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
node_modules
dist
dist-ts
.vscode
6 changes: 2 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
.gitignore
.releaserc
.vscode
api-extractor.json
bundle-types.ts
dist-ts
bundle-types.mjs
lib
package-lock.json
rollup.config.js
rollup.config.mjs
tsconfig-build.json
tsconfig.json
Loading

0 comments on commit fc63dc5

Please sign in to comment.