diff --git a/package.json b/package.json index 3ddfa16..c9ca967 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "dev": "turbo dev", "build": "turbo build", "build:watch:packages": "turbo watch build --filter=./packages/*", - "lint": "biome check", - "lint:fix": "biome check --write --unsafe", + "lint": "biome check && turbo run lint", + "lint:fix": "biome check --write --unsafe && turbo run lint -- --fix", "typecheck": "turbo typecheck", "clean": "turbo clean" },