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,