storybookjs/storybook
在 GitHub 查看[Documentation]: Incorrect homepage and repository.directory paths in @storybook/cli package.json
Open
#31,800 创建于 2025年6月17日
documentationhelp wanted
描述
Describe the problem
Currently, the homepage and repository.directory fields in the package.json files for both the @storybook/cli package (code/lib/cli-storybook/package.json) and the sb package (code/lib/cli-sb/package.json) are pointing to code/lib/cli, but they should point to code/lib/cli-storybook.
Problem
- The
homepageis set tohttps://github.com/storybookjs/storybook/tree/next/code/lib/cli - The
repository.directoryis set tocode/lib/cli
Suggested Fix
- Update both fields to point to
code/lib/cli-storybook
Affected Files
code/lib/cli-storybook/package.jsoncode/lib/cli-sb/package.json
Notes
- This is a metadata fix only and does not affect functionality, but it is important for accuracy and maintainability.
Additional context
No response