diff --git a/package.json b/package.json index b0d31ee..d11caf7 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "type": "module", "scripts": { "dev": "bunx --bun vite", + "lint": "bunx biome check --fix --unsafe", "build": "bunx --bun tsc -b && bunx --bun vite build", "preview": "bunx --bun vite preview" },