Running into an issue attempting to migrate storybook in an Nx monorepo project from version 6.x -> 7.x. Can't find much information on this and it's not super descriptive however when we run the migrate command on our project it seems to indicate it found stories to upgrade - but then says nothing was 'selected' (does this mean via our path filter?)
Need to install the following packages:
storybook@7.6.7
Ok to proceed? (y)
=> Applying csf-2-to-3: 103 files
No files selected, nothing to do.
All done.
Results:
0 errors
0 unmodified
0 skipped
0 ok
Time elapsed: 0.002seconds
Little confused as to why it's saying 'Applying csf-2-to-3: 103 files' but then says 'No files selected, nothing to do.' and can't find anything on this behavior in general... so looking for some help as to what may be going on here if this is a bug, or just a generally expected behavior? thanks!
To Reproduce
Our specific case is literally just running the update on an Nx project, have tried a number of variations to the path in the glob parameter path to no avail
Describe the bug
Running into an issue attempting to migrate storybook in an Nx monorepo project from version 6.x -> 7.x. Can't find much information on this and it's not super descriptive however when we run the migrate command on our project it seems to indicate it found stories to upgrade - but then says nothing was 'selected' (does this mean via our path filter?)
npx storybook@latest migrate csf-2-to-3 --glob="*/.stories.ts"
Need to install the following packages: storybook@7.6.7 Ok to proceed? (y) => Applying csf-2-to-3: 103 files No files selected, nothing to do. All done. Results: 0 errors 0 unmodified 0 skipped 0 ok Time elapsed: 0.002seconds
Little confused as to why it's saying 'Applying csf-2-to-3: 103 files' but then says 'No files selected, nothing to do.' and can't find anything on this behavior in general... so looking for some help as to what may be going on here if this is a bug, or just a generally expected behavior? thanks!
To Reproduce
Our specific case is literally just running the update on an Nx project, have tried a number of variations to the path in the glob parameter path to no avail
npx storybook@latest migrate csf-2-to-3 --glob="*/.stories.ts"
System
Additional context
We're using storybook in a Nx monorepo with many libraries and apps