Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 803 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 803 Bytes

🧩 front-storybook-lib lib 🧩

Our library responsible for building storybook.

⚡ CLI

Description Command
🛠️ Building storybook pnpm nx run build front-storybook-lib
▶️ Launching storybook in watch mode (dev) pnpm nx run dev front-storybook-lib

🔶 Useful flags

flag Description
--skip-nx-cache disables nx caching; the command will be ran fully
--verbose prints additional error stack trace on failure