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 d57aaa8 commit 4287881Copy full SHA for 4287881
.github/workflows/bun-test.yml
@@ -23,5 +23,5 @@ jobs:
23
- uses: oven-sh/setup-bun@v1
24
with:
25
bun-version: latest
26
- - run: bun install
27
- - run: bun example.ts
+ - run: bun run build
+ - run: bun run example.ts
0 commit comments