From 31da4b0e6289f9e435d08670b6dfc41b955e9e54 Mon Sep 17 00:00:00 2001 From: Darren Clarke Date: Wed, 5 Jun 2024 09:06:00 +0200 Subject: [PATCH] Update turbo settings --- package.json | 2 +- turbo.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 67a6586..8921331 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "type": "git", "url": "git+https://gitlab.com/digiresilience/link/link-stack.git" }, - "packageManager": "npm", + "packageManager": "npm@10.8.1", "author": "Darren Clarke", "license": "AGPL-3.0-or-later", "devDependencies": { diff --git a/turbo.json b/turbo.json index e76c0a1..3b31f50 100644 --- a/turbo.json +++ b/turbo.json @@ -1,7 +1,7 @@ { "$schema": "https://turbo.build/schema.json", - "globalDotEnv": [".env"], - "pipeline": { + "globalDependencies": [".env"], + "tasks": { "dev": { "dependsOn": ["^build"], "cache": false,