Skip to content

Commit

Permalink
Merge branch 'develop' into chore/update-workspace-version
Browse files Browse the repository at this point in the history
  • Loading branch information
ailisp authored Feb 5, 2024
2 parents 2293396 + b44fe8e commit f81b1b3
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 f81b1b3

Please sign in to comment.