diff --git a/package.json b/package.json index d33721d9d485..39921d58dae6 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,6 @@ "semantic-release": "^21", "semantic-release-config-gitmoji": "^1", "stylelint": "^15", - "turbo": "^1", "typescript": "^5", "vitest": "latest" }, diff --git a/turbo.json b/turbo.json deleted file mode 100644 index 3b9dda339550..000000000000 --- a/turbo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "$schema": "https://turbo.build/schema.json", - "pipeline": { - "build": { - "outputs": [".next/**", "!.next/cache/**"] - }, - "lint": {} - } -} diff --git a/vercel.json b/vercel.json deleted file mode 100644 index 09e0182a968f..000000000000 --- a/vercel.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "buildCommand": "pnpm turbo build", - "ignoreCommand": "pnpm dlx turbo-ignore" -}