Skip to content

Commit

Permalink
chore: add NPM_TOKEN to build dep graph in turbo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeirojose committed Sep 24, 2024
1 parent ee2837e commit 0878d3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"env": ["NPM_TOKEN"],
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**"]
},
Expand Down

0 comments on commit 0878d3b

Please sign in to comment.