build(turbo): normalize workspace task graph
This commit is contained in:
parent
4fc89c4d3f
commit
ae6eabed6f
6 changed files with 136 additions and 31 deletions
|
|
@ -27,7 +27,7 @@ export default defineConfig({
|
|||
timeout: 120_000,
|
||||
},
|
||||
{
|
||||
command: `cd ../.. && bun run build-storybook && STORYBOOK_STATIC_PORT=${storybookPort} bun apps/web/tests/e2e/storybook-server.ts`,
|
||||
command: `cd ../.. && STORYBOOK_STATIC_PORT=${storybookPort} bun apps/web/tests/e2e/storybook-server.ts`,
|
||||
url: storybookURL,
|
||||
reuseExistingServer: false,
|
||||
timeout: 120_000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue