From 9a79b5c11007ca3ccbad540cb4a5911f80d80bd5 Mon Sep 17 00:00:00 2001 From: Marc Espin Date: Tue, 5 Nov 2024 18:29:39 +0100 Subject: [PATCH] fix(ci,wallet): Add missing `build:rc` turbo task (#3914) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(tooling-wallet): Fix wallet build rc workflow script * replace it with a turbo task --------- Co-authored-by: Begoña Álvarez de la Cruz --- turbo.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/turbo.json b/turbo.json index f73103f2c7e..0035645487c 100644 --- a/turbo.json +++ b/turbo.json @@ -28,6 +28,19 @@ "!.next/cache/**", "pkg/**" ] + }, + "build:rc": { + "dependsOn": [ + "^build" + ], + "outputs": [ + "build/**", + "dist/**", + "storybook-static/**", + ".next/**", + "!.next/cache/**", + "pkg/**" + ] } }, "globalEnv": [