From b2dfb2ec70c33d30cf9b4a0b6757fbc6c750826c Mon Sep 17 00:00:00 2001 From: Noel Date: Sun, 9 Jan 2022 23:22:25 +0100 Subject: [PATCH] revert "chore: optimize Turbo pipelines" (#7237) --- package.json | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 012b60d9b..79bb639cf 100644 --- a/package.json +++ b/package.json @@ -67,33 +67,20 @@ ] }, "test": { - "outputs": [ - "coverage/**" - ] - }, - "rest#test": { "dependsOn": [ - "build" + "^build" ], - "outputs": [ - "coverage/**" - ] - }, - "lint": { "outputs": [] }, - "rest#lint": { + "lint": { "dependsOn": [ - "build" + "^build" ], "outputs": [] }, "lint:fix": { - "outputs": [] - }, - "rest#lint:fix": { "dependsOn": [ - "build" + "^build" ], "outputs": [] },