Skip to content

Commit

Permalink
add packageManager
Browse files Browse the repository at this point in the history
  • Loading branch information
cdriesler committed Nov 16, 2024
1 parent f5a5957 commit eaacd89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"type": "git",
"url": "https://github.com/nodepen/nodes.git"
},
"packageManager": "[email protected]",
"license": "MIT",
"scripts": {
"build": "npx turbo run build --no-daemon",
Expand Down
4 changes: 2 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "dist/**", "build/**"]
Expand All @@ -11,4 +11,4 @@
"lint": {},
"test": {}
}
}
}

0 comments on commit eaacd89

Please sign in to comment.