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