We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11c6e32 + 14f97d5 commit a7a74ffCopy full SHA for a7a74ff
commands/storybook.js
@@ -146,7 +146,8 @@ async function storybook(serve, options) {
146
resolutions: resolutions,
147
storyIds: storyIds,
148
waitForTimeout: storybookConfig.waitForTimeout,
149
- customViewports: storybookConfig.customViewports
+ customViewports: storybookConfig.customViewports,
150
+ useOnlyCustomViewports: storybookConfig.useOnlyCustomViewports
151
},
152
git: {
153
branch: currentBranch || commit.branch|| '',
0 commit comments