From 59d3a6b3e2477d6086a06e16f8a48a0efded0fc4 Mon Sep 17 00:00:00 2001
From: creations <creations@creations.works>
Date: Thu, 10 Apr 2025 19:26:24 -0400
Subject: [PATCH] update package

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 793fe71..4627118 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
 	"scripts": {
 		"start": "bun run src/index.ts",
 		"dev": "bun run --hot src/index.ts --dev",
-		"lint": "bunx biome check",
+		"lint": "bunx biome ci . --verbose",
 		"lint:fix": "bunx biome check --fix",
 		"cleanup": "rm -rf logs node_modules bun.lockdb"
 	},