Skip to content

Commit

Permalink
ci: fix entrypoint path
Browse files Browse the repository at this point in the history
  • Loading branch information
sakkke committed Apr 8, 2024
1 parent c733d90 commit 0f18be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun ./src/index.js
- run: bun ./dist/index.js
- run: bun run --if-present build
- run: bun test

0 comments on commit 0f18be2

Please sign in to comment.