From d1253c4e5b4a2b96e1cad2e7baeb9667d52a39b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Thu, 2 Oct 2025 18:17:02 +0200 Subject: [PATCH] Fix --- turbo.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/turbo.json b/turbo.json index 55b67b2..75a43f8 100644 --- a/turbo.json +++ b/turbo.json @@ -13,6 +13,10 @@ "inputs": ["./src/**"], "outputs": ["./dist/**"] }, + "pack": { + "dependsOn": ["^pack"], + "cache": false + }, "clean:cache": { "cache": false },