From eaacd89580fef7ead5ebf61e62ae627e055eaa16 Mon Sep 17 00:00:00 2001 From: Chuck Driesler Date: Sat, 16 Nov 2024 00:35:45 +0000 Subject: [PATCH] add packageManager --- package.json | 1 + turbo.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e38c29486..c73285883 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "type": "git", "url": "https://github.com/nodepen/nodes.git" }, + "packageManager": "npm@10.9.0", "license": "MIT", "scripts": { "build": "npx turbo run build --no-daemon", diff --git a/turbo.json b/turbo.json index 88ffd897e..7c2e5a7d4 100644 --- a/turbo.json +++ b/turbo.json @@ -1,6 +1,6 @@ { "$schema": "https://turborepo.org/schema.json", - "pipeline": { + "tasks": { "build": { "dependsOn": ["^build"], "outputs": [".next/**", "dist/**", "build/**"] @@ -11,4 +11,4 @@ "lint": {}, "test": {} } -} \ No newline at end of file +}