Skip to content

Commit

Permalink
fix bun check command
Browse files Browse the repository at this point in the history
  • Loading branch information
Araxeus committed Jul 20, 2024
1 parent 073a733 commit 2b4a6dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun ci
- run: bun install && bun ci
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"main": "lib/index",
"scripts": {
"release": "bun ci && npm publish",
"release": "bun check && npm publish",
"check": "bun biome check",
"ci": "bun biome ci",
"lint": "bun biome check --write"
Expand Down

0 comments on commit 2b4a6dc

Please sign in to comment.