diff --git a/turbo.json b/turbo.json index a9ee245d..2e3e1b7f 100644 --- a/turbo.json +++ b/turbo.json @@ -21,6 +21,10 @@ "middleware.js" ] }, + "@auth/core#build": { + "dependsOn": ["^build"], + "outputs": ["lib/**", "providers/**", "*.js", "*.d.ts", "*.d.ts.map"] + }, "clean": { "cache": false },