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 - } - } -}