From c7ee702be3bfad9aa25dc7cec5b27907e7f7f33f Mon Sep 17 00:00:00 2001 From: Fuxing Loh Date: Thu, 9 Nov 2023 16:47:59 +0800 Subject: [PATCH] fix turbo.json --- website/turbo.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/turbo.json b/website/turbo.json index ccf200ac2..19479e4dd 100644 --- a/website/turbo.json +++ b/website/turbo.json @@ -2,6 +2,10 @@ "$schema": "https://turborepo.org/schema.json", "extends": ["//"], "pipeline": { + "build": { + "outputs": [".next/**", "!.next/cache/**"], + "dependsOn": ["^build"] + }, "dev": { "cache": false, "persistent": true,