Skip to content

Commit

Permalink
Run Biome using bun (over 4× as fast!).
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Feb 1, 2025
1 parent 5c5ad52 commit 22981c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ clean:

.PHONY: lint
lint: setup
npx @biomejs/biome check
bun x @biomejs/biome check

.PHONY: format
format: setup
npx @biomejs/biome check --write
bun x @biomejs/biome check --write

.PHONY: deploy
deploy: build
Expand Down

0 comments on commit 22981c6

Please sign in to comment.