Skip to content

Commit 684195f

Browse files
Merge pull request #42 from LambdaTest/stage
Release 1.1.8
2 parents 9bcf973 + a991d53 commit 684195f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

commands/storybook.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ async function storybook(serve, options) {
9292
fs.rmSync('storybook-static.zip');
9393
})
9494
.catch(function (error) {
95-
console.log(`[smartui] Cannot upload ${dirPath}. Error: ${err.message}`);
95+
console.log(`[smartui] Cannot upload ${dirPath}. Error: ${error.message}`);
9696
fs.rmSync('storybook-static.zip');
9797
process.exit(0);
9898
});

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lambdatest/smartui-storybook",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
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)