Skip to content

Commit

Permalink
chore(turbo): remove build from start pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
AprilNEA committed Dec 27, 2023
1 parent 2262601 commit b2d1618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
]
},
"build": {
"inputs": ["config.json"],
"dependsOn": [
"db:generate",
"^build"
Expand All @@ -48,7 +49,6 @@
},
"start": {
"dependsOn": [
"build",
"^start"
]
},
Expand Down

0 comments on commit b2d1618

Please sign in to comment.