diff --git a/libs/ui/package.json b/libs/ui/package.json index e9e53a6..b8cdf2e 100644 --- a/libs/ui/package.json +++ b/libs/ui/package.json @@ -19,7 +19,7 @@ }, "scripts": { "build": "tsup", - "lint": "eslint .", + "lint": "eslint src/", "lint:fix": "pnpm lint --fix", "develop": "tsup --watch", "typecheck": "tsc --noEmit" diff --git a/turbo.json b/turbo.json index 6fcfb3f..2a9c9fb 100644 --- a/turbo.json +++ b/turbo.json @@ -35,6 +35,9 @@ "dependsOn": ["build"], "cache": false, "persistent": true + }, + "clean": { + "cache": false } } }