Skip to content

Commit a7a74ff

Browse files
authored
Merge pull request #106 from parthlambdatest/Dot-5758
[Dot-5758] add use only custom viewport option
2 parents 11c6e32 + 14f97d5 commit a7a74ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

commands/storybook.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ async function storybook(serve, options) {
146146
resolutions: resolutions,
147147
storyIds: storyIds,
148148
waitForTimeout: storybookConfig.waitForTimeout,
149-
customViewports: storybookConfig.customViewports
149+
customViewports: storybookConfig.customViewports,
150+
useOnlyCustomViewports: storybookConfig.useOnlyCustomViewports
150151
},
151152
git: {
152153
branch: currentBranch || commit.branch|| '',

0 commit comments

Comments
 (0)