aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-yarn/turbo.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-yarn/turbo.json')
-rw-r--r--examples/with-yarn/turbo.json14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/with-yarn/turbo.json b/examples/with-yarn/turbo.json
deleted file mode 100644
index 0c9369c..0000000
--- a/examples/with-yarn/turbo.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "$schema": "https://turbo.build/schema.json",
- "pipeline": {
- "build": {
- "dependsOn": ["^build"],
- "outputs": ["dist/**", ".next/**", "!.next/cache/**"]
- },
- "lint": {},
- "dev": {
- "cache": false,
- "persistent": true
- }
- }
-}