From a3608a413bf438e60dcc0d1acb11a2cae0ded064 Mon Sep 17 00:00:00 2001 From: PP_Pro Date: Wed, 20 Sep 2023 09:43:42 +0800 Subject: [PATCH] disable cache on @base/debug module --- turbo.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/turbo.json b/turbo.json index de0e17cd812..a10877587f9 100644 --- a/turbo.json +++ b/turbo.json @@ -5,6 +5,10 @@ "inputs": ["src/**"], "outputs": ["lib/**"], "dependsOn": ["^build"] + }, + "@base/debug#build": { + "outputs": ["lib/**"], + "cache": false } } } \ No newline at end of file