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 committed Dec 2, 2021
1 parent 7ad48bb commit d8d132d
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 @@ -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 --preview-url "ci"',
ci && '--ci --smoke-test',
].filter(Boolean),
{
stdio: 'inherit',
Expand Down

0 comments on commit d8d132d

Please sign in to comment.