From d10d5af3c0d23a1cc8bb0fcda09592a68b8905b3 Mon Sep 17 00:00:00 2001 From: Micha Vie Date: Mon, 10 Jun 2024 14:00:08 +0200 Subject: [PATCH] further updates --- package.json | 1 + turbo.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7869976..2114198 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "workspace", + "packageManager": "npm@10.5.0", "workspaces": [ "dev", "src" diff --git a/turbo.json b/turbo.json index a2adf30..b7d2e25 100644 --- a/turbo.json +++ b/turbo.json @@ -1,6 +1,6 @@ { "$schema": "https://turbo.build/schema.json", - "pipeline": { + "tasks": { "build": { "dependsOn": ["^build"], "outputs": [".next/**", "src/extensions/dist/**"]