Skip to content

Commit

Permalink
fix: update turbo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed May 8, 2024
1 parent 2e01bd9 commit dd07a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"inputs": ["packages/contracts/*.sol"]
},
"test": {
"dependsOn": ["^build"],
"dependsOn": ["^build", "build"],
"inputs": [
"apps/subgraph/**/*.{json,ts}",
"!apps/subgraph/{build,generated}/**/*",
Expand All @@ -63,7 +63,7 @@
]
},
"test:coverage": {
"dependsOn": ["^build"],
"dependsOn": ["^build", "build"],
"inputs": ["packages/contracts/src/**/*.sol", "packages/contracts/test/**/*.ts"]
},
"//#_test:libraries": {
Expand Down

0 comments on commit dd07a85

Please sign in to comment.