-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Allow passing both buildScriptName
and storybookBuildDir
#934
Allow passing both buildScriptName
and storybookBuildDir
#934
Conversation
Hi Wouter, thanks for working on a fix for this! I'm okay with your proposed change to allow
Are you comfortable / willing to make this change? |
Thanks for the input - I've reluctantly updated my PR, because I'm not sure I entirely agree. So here are a few followup questions:
If both answers are yes, than I don't think assumption that combining buildScriptName and storybookBuildDir in configuration and/or command line arguments in any way should indicate a potential mistake, and I think my latest commit should be reverted. And if my assumptions are not entirely correct, please check if my change reflects your intention. |
Almost. The
Yes, although we'll still check if that script actually exists in your package.json.
After giving this some more thought, I think that's valid. There is actually a valid reason to have both a |
…criptName" This reverts commit 9f4313a.
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesYou may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation Footnotes
|
buildScriptName
and storybookBuildDir
🚀 PR was released in |
Thanks |
Thanks for helping out @woutervanvliet ! |
Allows passing both --storybook-build-dir and --build-script-name
Solves #933