From 9dd4a3d087fc178b8d556a72522b5f278788e063 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 27 Jun 2026 23:33:09 -0400 Subject: [PATCH] fix npm for build image --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 484eae4..00ae2e8 100644 --- a/turbo.json +++ b/turbo.json @@ -1,7 +1,7 @@ { "$schema": "https://turbo.build/schema.json", "globalDependencies": ["**/.env.*local"], - "pipeline": { + "tasks": { "build": { "dependsOn": ["^build"], "outputs": [".next/**", "!.next/cache/**", "dist/**"]