From e92087e5932ae3d9c987b1cd7529e21a26f7ff80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Wed, 26 Feb 2025 19:23:49 +0100 Subject: [PATCH] Turbo fix --- turbo.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/turbo.json b/turbo.json index c4d0706..6688968 100644 --- a/turbo.json +++ b/turbo.json @@ -6,12 +6,8 @@ "inputs": ["./src/**"], "outputs": ["./dist/**"] }, - "pack": { - "dependsOn": ["pack"] - }, - "publish": { - "dependsOn": ["publish"] - }, + "pack": {}, + "publish": {}, "dev": { "persistent": true, "cache": false