From 5d8682b5b91155dc7cefe0306fb557dfd864adee Mon Sep 17 00:00:00 2001 From: Nicolas Dorseuil Date: Tue, 24 Jun 2025 11:23:26 +0200 Subject: [PATCH] fix turbo tasks --- turbo.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/turbo.json b/turbo.json index 2c627db32..245c00f29 100644 --- a/turbo.json +++ b/turbo.json @@ -30,6 +30,10 @@ "dependsOn": ["^build:v2:cloudflare", "^build:v2", "generate"], "outputs": [".next/**", "!.next/cache/**", "dist", ".open-next/**"] }, + "build:v2:container": { + "dependsOn": ["^build:v2:cloudflare", "^build:v2", "generate"], + "outputs": [".next/**", "!.next/cache/**", "dist", ".open-next/**"] + }, // Build the package for Cloudflare Pages "build:cloudflare": { "dependsOn": ["^build", "generate"]