Skip to content

Commit

Permalink
Remove empty outputs config from turbo.json (vercel#3443)
Browse files Browse the repository at this point in the history
outputs are empty arrays by default since 1.7, so we don't need to specify them anymore.
  • Loading branch information
mehulkar authored Jan 24, 2023
1 parent a44b461 commit 607af76
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@
"outputs": ["coverage/**/*"],
"dependsOn": ["^build"]
},
"//#lint": {
"outputs": []
},
"//#lint": {},
"check-types": {
"outputs": [],
"dependsOn": ["//#build:ts", "^build"]
},
"dev": {
Expand Down Expand Up @@ -46,8 +43,7 @@
"outputs": ["public/feed.xml"]
},
"create-turbo#test": {
"dependsOn": ["create-turbo#build"],
"outputs": []
"dependsOn": ["create-turbo#build"]
},
"docs#build": {
"env": [
Expand All @@ -71,7 +67,6 @@
]
},
"cli#e2e-prebuilt": {
"outputs": [],
"inputs": [
"cli/**/*.go",
"cli/go.mod",
Expand All @@ -80,11 +75,8 @@
"shim/**/*.rs"
]
},
"cli#integration-tests": {
"outputs": []
},
"cli#integration-tests": {},
"//#run-example": {
"outputs": [],
"inputs": [
"examples/**/*.ts",
"examples/**/*.tsx",
Expand Down

0 comments on commit 607af76

Please sign in to comment.