From 648b34f961116b76b7226e32c953ad95bbaf1db3 Mon Sep 17 00:00:00 2001 From: zernonia Date: Wed, 6 Sep 2023 10:12:44 +0800 Subject: [PATCH] chore: cleanup --- package.json | 1 - turbo.json | 24 ------------------------ 2 files changed, 25 deletions(-) delete mode 100644 turbo.json diff --git a/package.json b/package.json index 232adba9..4c71aadf 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,6 @@ "lint-staged": "^14.0.0", "pnpm": "^8.6.12", "simple-git-hooks": "^2.9.0", - "turbo": "^1.10.13", "typescript": "^5.2.2", "vitest": "^0.34.3" }, diff --git a/turbo.json b/turbo.json deleted file mode 100644 index 699f3552..00000000 --- a/turbo.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "$schema": "https://turbo.build/schema.json", - "globalEnv": ["NODE_ENV"], - "pipeline": { - "lint": { - "cache": false, - "outputs": [] - }, - "lint:fix": { - "cache": false, - "outputs": [] - }, - "typecheck": {}, - "dev": { - "cache": false - }, - "check": { - "cache": false - }, - "test": { - "cache": false - } - } -}