diff --git a/package.json b/package.json index e38c2948..c7328588 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 88ffd897..7c2e5a7d 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 +}