fix: rename turbo.json pipeline to tasks for Turbo 2.x compatibility

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-02-19 04:44:25 -08:00
parent ee1ee7b484
commit f8bf230f14
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"$schema": "https://turbo.build/schema.json",
"globalDependencies": ["**/.env.*local"],
"pipeline": {
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]