From 7782174b6c235748a7952e27c95f0d51a6e2c802 Mon Sep 17 00:00:00 2001 From: Jenitha Inbaraj Date: Fri, 6 Jan 2023 15:49:23 +0530 Subject: [PATCH] Revert "added turbo.json" This reverts commit 4f8ddd4b9e58e7e4ebc5ddbc1278b3641d519866. --- .gitignore | 1 - turbo.json | 28 ---------------------------- 2 files changed, 29 deletions(-) delete mode 100644 turbo.json diff --git a/.gitignore b/.gitignore index f9bf14a..2030b93 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,5 @@ reports/ !.env.default !package.json !package-lock.json -!turbo.json !.yarn/plugins node_modules/ diff --git a/turbo.json b/turbo.json deleted file mode 100644 index 284edea..0000000 --- a/turbo.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "pipeline": { - "build": { - "outputs": [ - "dist/**", - ".next/**" - ], - "dependsOn": [ - "^build" - ] - }, - "test": { - "outputs": [ - "coverage/**" - ], - "dependsOn": [] - }, - "lint": { - "outputs": [] - }, - "dev": { - "cache": false - }, - "clean": { - "cache": false - } - } -}