Skip to content

Commit

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

0 comments on commit 3a0ff50

Please sign in to comment.