A frontend app serving our storybook.
Description | Command |
---|---|
🛠️ Build | pnpm nx build front-storybook-app |
🚀 Launching front-storybook-app (port 4200) | pnpm nx serve front-storybook-app |
flag | Description |
---|---|
⬛ --skip-nx-cache |
disables nx caching; the command will be ran fully |
⬛ --verbose |
prints additional error stack trace on failure |