diff options
Diffstat (limited to 'turbo.json')
| -rw-r--r-- | turbo.json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ { "$schema": "https://turbo.build/schema.json", "globalDependencies": ["**/.env.*local"], - "pipeline": { + "tasks": { "build": { "dependsOn": ["^build"], "outputs": [".next/**", "!.next/cache/**"] |