We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a97c1d commit 7e1035fCopy full SHA for 7e1035f
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: oven-sh/setup-bun@v1
32
33
- name: Lint
34
- run: bun run lint
+ run: bun --bun run lint
35
36
typecheck:
37
runs-on: ubuntu-latest
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bun-plugin-dts-auto",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "Automatically generate d.ts files for Bun packages.",
5
"author": "Chris Breuer <chris@ow3.org>",
6
"license": "MIT",
0 commit comments