Skip to content

Commit

Permalink
ci: ensure example apps build consecutively
Browse files Browse the repository at this point in the history
  • Loading branch information
goosewobbler committed Oct 12, 2024
1 parent 15d39b7 commit 03577d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
},
"test:e2e:store-handlers": {
"dependsOn": ["zutron-example-store-handlers#build"]
},
"zutron-example-separate-handlers#build": {
"dependsOn": ["zutron-example-reducers#build"]
},
"zutron-example-store-handlers#build": {
"dependsOn": ["zutron-example-store-handlers#build"]
}
}
}

0 comments on commit 03577d3

Please sign in to comment.