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.
1 parent 81581a1 commit 1baddacCopy full SHA for 1baddac
index.js
@@ -42,7 +42,7 @@ program.command('storybook')
42
await checkUpdate(version, options);
43
console.log('\n');
44
// Check if buildName is undefined or empty string
45
- if (options.buildName === undefined || options.buildName === '') {
+ if (options.buildName === '') {
46
const error = {
47
"error": "MISSING_BUILD_NAME",
48
"message": "The --buildName flag requires a value."
0 commit comments