diff --git a/turbo.json b/turbo.json index f027df32..9edd9663 100644 --- a/turbo.json +++ b/turbo.json @@ -13,7 +13,22 @@ "dependsOn": ["^build"] }, "next-auth#build": { - "dependsOn": ["^build"] + "dependsOn": ["^build"], + "outputs": [ + "lib/**", + "css/**", + "jwt/**", + "react/**", + "next/**", + "client/**", + "providers/**", + "core/**", + "index.d.ts", + "index.js", + "adapters.d.ts", + "middleware.d.ts", + "middleware.js" + ] }, "clean": { "cache": false