From 66d775327b7dc15fb22b74d2d57751cd30902709 Mon Sep 17 00:00:00 2001 From: PxlLoewe <72106766+PxlLoewe@users.noreply.github.com> Date: Thu, 6 Feb 2025 00:36:12 +0100 Subject: [PATCH] added install command --- turbo.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/turbo.json b/turbo.json index 778c5e25..fa6a33c7 100644 --- a/turbo.json +++ b/turbo.json @@ -4,6 +4,11 @@ "globalEnv": ["EMAIL_SERVER", "EMAIL_FROM", "SECRET"], "ui": "tui", "tasks": { + "apps:install": { + "dependsOn": ["^apps:install"], + "inputs": ["apps/**/package.json"], + "outputs": ["apps/**/node_modules"] + }, "db:generate": { "cache": false, "persistent": true