Skip to content

Commit b416cd9

Browse files
committed
Fix codemod glob string formatting in csf-factories.ts
1 parent b2763dc commit b416cd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

code/lib/cli-storybook/src/codemod/csf-factories.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ async function runStoriesCodemod(options: {
3838
command: packageManager.getRemoteRunCommand('storybook', [
3939
'migrate',
4040
'csf-2-to-3',
41-
'--glob',
42-
globString,
41+
`--glob='${globString}'`,
4342
]),
4443
args: [],
4544
stdio: 'ignore',

0 commit comments

Comments
 (0)