Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed May 19, 2024
1 parent fe71595 commit 7f2b112
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions packages/turbo-repository/turbo.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"$schema": "../../docs/public/schema.json",
"extends": ["//"],
"extends": [
"//"
],
"pipeline": {
"build": {
"dependsOn": ["cli#rust-src"]
"dependsOn": [
"cli#rust-src"
]
},
"test": {
"dependsOn": ["build"]
"dependsOn": [
"build"
]
}
}
}

0 comments on commit 7f2b112

Please sign in to comment.