Skip to content

Commit 37c3c1f

Browse files
authored
fix(fmodata): ensure build runs before tests in turbo (#139)
2 parents ff1d3f0 + 455df9e commit 37c3c1f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

turbo.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
"outputs": [],
3030
"dependsOn": ["^build"]
3131
},
32+
"@proofkit/fmodata#test": {
33+
"dependsOn": ["@proofkit/fmodata#build", "^build"]
34+
},
3235
"test:e2e": {
3336
"inputs": [
3437
"$TURBO_DEFAULT$",

0 commit comments

Comments
 (0)