Skip to content

Commit

Permalink
ci: build the dependencies before run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossantos74 committed Sep 13, 2024
1 parent 6a1d697 commit 77c1b17
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@
},
"@superviz/realtime#build": {
"dependsOn": ["@superviz/socket-client#build"]
},
"@superviz/realtime#test:unit": {
"dependsOn": ["@superviz/socket-client#build"]
},
"@superviz/realtime#test:unit:watch": {
"dependsOn": ["@superviz/socket-client#build"]
},
"@superviz/realtime#test:unit:coverage": {
"dependsOn": ["@superviz/socket-client#build"]
},
"@superviz/realtime#test:unit:ci": {
"dependsOn": ["@superviz/socket-client#build"]
}
}
}

0 comments on commit 77c1b17

Please sign in to comment.