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 Nov 26, 2021
1 parent cb1eb7c commit 7ad48bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/storybook.js
Expand Up @@ -65,7 +65,7 @@ export const handler = ({ open, port, build, buildDirectory, ci }) => {
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 7ad48bb

Please sign in to comment.