Skip to content

Commit

Permalink
Removed dependsOn and dist/** from build in basic example (vercel#1814)
Browse files Browse the repository at this point in the history
This helps keep things simpler in the basic example
  • Loading branch information
mattpocock authored Sep 1, 2022
1 parent a531c2c commit 3b2da67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/basic/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]
"outputs": [".next/**"]
},
"lint": {
"outputs": []
Expand Down

0 comments on commit 3b2da67

Please sign in to comment.