diff --git a/package.json b/package.json index f5440a55..a493183d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "scripts": { "dev": "tsup --clean --watch --sourcemap", "build": "tsup --clean", - "lint": "tsc && biome check && pnpm -s dlx deno-bin@1.44.4 lint", + "lint": "tsc && biome check ./src ./tests ./benchmarks && pnpm -s dlx deno-bin@1.44.4 lint", "format": "biome check --fix --unsafe", "test": "vitest run --coverage", "test-single": "bash ./scripts/test-single.sh",