Add pnpm run storybook in the root package.json #11

Closed
opened 2026-07-22 22:03:59 +00:00 by Ninosaurier · 0 comments
Owner

Context

Currently, the workspace lacks a centralized command to launch Storybook directly from the repository root. Developers have to navigate into the specific project directory or target the workspace manually.

This issue aims to add a global pnpm run storybook script to the root package.json and ensure that all necessary platform-specific dependencies are properly integrated into the workspace setup for a seamless developer onboarding experience.

What was done

  • Storybook was intalled in packages/lunacharts and it runs. But right now, it is necessary to switch in that folder

Outcome

  • Running pnpm run storybook from the repository root successfully launches the Storybook development server (storybook dev -p 6006 --no-open).

Related

  • packages/luna-charts/packages.json
  • packahe.json
  • Updating README.md
## Context Currently, the workspace lacks a centralized command to launch Storybook directly from the repository root. Developers have to navigate into the specific project directory or target the workspace manually. This issue aims to add a global pnpm run storybook script to the root package.json and ensure that all necessary platform-specific dependencies are properly integrated into the workspace setup for a seamless developer onboarding experience. ## What was done - Storybook was intalled in packages/lunacharts and it runs. But right now, it is necessary to switch in that folder ## Outcome - Running pnpm run storybook from the repository root successfully launches the Storybook development server (storybook dev -p 6006 --no-open). ## Related - `packages/luna-charts/packages.json` - `packahe.json` - Updating `README.md`
Ninosaurier added the Kind/EnhancementPriority/MediumCommunity/Good First Issue labels 2026-07-22 22:03:59 +00:00
Sign in to join this conversation.