From ae5360b0283f5daa7c342aa9fb8e8bfe33d8d0d2 Mon Sep 17 00:00:00 2001 From: Thang Vu Date: Wed, 4 Jan 2023 21:52:42 +0700 Subject: [PATCH] chore: cache output for `@auth/core` --- turbo.json | 4 ++++ 1 file changed, 4 insertions(+) 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 },