twenty/packages
Charles Bochet 6683ffb890
Clarify storybook tests (#6073)
In this PR, I'm simplifying storybook setup:
1) Remove build --test configuration that prevent autodocs. We are not
using autodocs at all (the dev experience is not good enough), so I have
completely disabled it.
2) Clarify `serve` vs `test` vs `serve-and-test` configurations


After this PR:
- you can serve storybook in two modes: `npx nx run
twenty-front:storybook:serve:dev` and `npx nx run
twenty-front:storybook:serve:static`
- you can run tests agains an already served storybook (this is useful
in dev so you don't have to rebuild everytime to run tests): `npx nx run
twenty-front:storybook:test`
- you can conbine both: `npx nx run
twenty-front:storybook:serve-and-test:static`
2024-06-30 20:02:13 +02:00
..
twenty-chrome-extension 5095 move onboardingstatus computation from frontend to backend (#5954) 2024-06-28 17:32:02 +02:00
twenty-docker Upgrade pg graphql version to 1.5.6 (#5937) 2024-06-18 17:34:16 +02:00
twenty-emails Fix workspaceLogo in invite-email (#5865) 2024-06-14 12:36:24 +02:00
twenty-front Clarify storybook tests (#6073) 2024-06-30 20:02:13 +02:00
twenty-postgres Upgrade pg graphql version to 1.5.6 (#5937) 2024-06-18 17:34:16 +02:00
twenty-server 5095 move onboardingstatus computation from frontend to backend (#5954) 2024-06-28 17:32:02 +02:00
twenty-ui Clarify storybook tests (#6073) 2024-06-30 20:02:13 +02:00
twenty-utils Fix docs build in CI (#5826) 2024-06-11 19:06:37 +02:00
twenty-website Clarify storybook tests (#6073) 2024-06-30 20:02:13 +02:00
twenty-zapier Add authentication optional api url parameter (#5803) 2024-06-11 12:08:21 +02:00