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" },