Skip to content

Commit

Permalink
fix: leverage --preview-url
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuoushub committed Dec 7, 2021
1 parent 0bfefdb commit 468da80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/storybook.js
Expand Up @@ -79,7 +79,7 @@ export const handler = ({
build &&
`--output-dir "${path.join(getPaths().web.base, buildDirectory)}"`,
!open && '--ci',
ci && '--ci --smoke-test',
ci && '--ci --smoke-test --preview-url "ci"',
].filter(Boolean),
{
stdio: 'inherit',
Expand Down

0 comments on commit 468da80

Please sign in to comment.