Skip to content

Commit

Permalink
Correct turbo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiash98 committed Feb 21, 2024
1 parent 79b5fac commit 18534a5
Show file tree
Hide file tree
Showing 2 changed files with 1,236 additions and 904 deletions.
22 changes: 6 additions & 16 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,18 @@
{
"baseBranch": "origin/main",
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"dependsOn": [
"^build"
],
"outputs": [
".next/**"
]
"dependsOn": ["^build"],
"outputs": [".next/**"]
},
"start": {
"dependsOn": [
"build"
]
"dependsOn": ["build"]
},
"postbuild": {
"dependsOn": [
"build"
]
"dependsOn": ["build"]
},
"test": {
"dependsOn": [
"build"
],
"dependsOn": ["build"],
"outputs": []
},
"lint": {
Expand Down
Loading

0 comments on commit 18534a5

Please sign in to comment.