Skip to content

Commit c9b7ab8

Browse files
authored
Merge pull request #108 from LambdaTest/stage
Release version `1.1.24` add use only custom viewport option
2 parents 893b7cb + c28d190 commit c9b7ab8

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
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|| '',

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lambdatest/smartui-storybook",
3-
"version": "1.1.23",
3+
"version": "1.1.24",
44
"description": "LambdaTest's command-line interface (CLI) aimed to help you run your SmartUI tests on LambdaTest platform",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)