Skip to content

Commit

Permalink
Merge pull request #380 from fospring/fix/fix-build-dependency-miss-f…
Browse files Browse the repository at this point in the history
…or-turbo-run-without-sequence

fix: fix build dependency miss for turbo run without sequence
  • Loading branch information
ailisp authored Feb 5, 2024
2 parents 0827713 + 738baa0 commit b44fe8e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"build": {
"inputs": [],
"outputs": []
"tests#build":{
},
"bench#build":{
"dependsOn": ["tests#build"]
},
"examples#build":{
},
"near-sdk-js#build":{
},
"near-contract-standards#build":{
},
"test": {
"inputs": [],
Expand Down

0 comments on commit b44fe8e

Please sign in to comment.