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