Skip to content

Commit

Permalink
fix(storybook): fix windows path in storybook configuration (#4818)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Feb 17, 2021
1 parent 5d9c76b commit 95263d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ function addStorybookTask(
outputs: ['{options.outputPath}'],
options: {
uiFramework,
outputPath: join('dist/storybook', projectName),
outputPath: joinPathFragments('dist/storybook', projectName),
config: {
configFolder: `${projectConfig.root}/.storybook`,
},
Expand Down

0 comments on commit 95263d7

Please sign in to comment.