From 9992d7da1a92e527e9d34ceb460e0581f5bde364 Mon Sep 17 00:00:00 2001 From: Vyacheslav Matyukhin Date: Sat, 8 Oct 2022 21:34:31 +0400 Subject: [PATCH] empty outputs of lint and test --- turbo.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/turbo.json b/turbo.json index 3e4db27a..a8ea7384 100644 --- a/turbo.json +++ b/turbo.json @@ -1,7 +1,9 @@ { "$schema": "https://turborepo.org/schema.json", "pipeline": { - "lint": {}, + "lint": { + "outputs": [] + }, "format": {}, "build": { "dependsOn": ["^build"] @@ -25,7 +27,8 @@ ] }, "test": { - "dependsOn": ["build"] + "dependsOn": ["build"], + "outputs": [] }, "bundle": { "dependsOn": ["^build", "build"]