mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 18:41:06 +08:00
Fix version generation
This commit is contained in:
parent
4fb9e1525e
commit
69e05fb80c
@ -17,7 +17,7 @@ const run = async () => {
|
||||
if (!semver.valid(updatedVersion)) throw new Error(`Invalid version: ${updatedVersion}`);
|
||||
|
||||
const storybookPackagesPaths = await globby(
|
||||
`${rootDirectory}/@(app|addons|lib)/**/package.json`,
|
||||
`${rootDirectory}/@(frameworks|addons|lib|renderers|presets)/**/package.json`,
|
||||
{
|
||||
ignore: '**/node_modules/**/*',
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user