From 22981c67ebe2b55186a70ee14cf94c3385a76021 Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Sat, 1 Feb 2025 01:25:11 -0800 Subject: [PATCH] =?UTF-8?q?Run=20Biome=20using=20`bun`=20(over=204=C3=97?= =?UTF-8?q?=20as=20fast!).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9facf63..dd39749 100644 --- a/Makefile +++ b/Makefile @@ -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