From 73927e776d25f65f52b2d144da5b2392d354aa30 Mon Sep 17 00:00:00 2001 From: marc2332 Date: Tue, 19 Nov 2024 09:50:53 +0100 Subject: [PATCH] fix(wallet): Add missing wallet build nightly task --- turbo.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/turbo.json b/turbo.json index 6a6c3592c3d..0d1dc1e308e 100644 --- a/turbo.json +++ b/turbo.json @@ -41,6 +41,19 @@ "!.next/cache/**", "pkg/**" ] + }, + "build:nightly": { + "dependsOn": [ + "^build" + ], + "outputs": [ + "build/**", + "dist/**", + "storybook-static/**", + ".next/**", + "!.next/cache/**", + "pkg/**" + ] } }, "globalEnv": [