From 47aa1304863aa28b58b9163ff213c96e7ab6a5a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Tue, 25 Feb 2025 22:53:07 +0100 Subject: [PATCH] CI fix --- turbo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/turbo.json b/turbo.json index d40bdac..c4d0706 100644 --- a/turbo.json +++ b/turbo.json @@ -7,10 +7,10 @@ "outputs": ["./dist/**"] }, "pack": { - "dependsOn": ["^pack"] + "dependsOn": ["pack"] }, "publish": { - "dependsOn": ["^publish"] + "dependsOn": ["publish"] }, "dev": { "persistent": true,