-
Notifications
You must be signed in to change notification settings - Fork 87
Detect storybook #495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@ascorbic I just upgraded to the latest version of this plugin and now my builds are failing. I have a bit of a unique use case where I'm building a Next.js site and Storybook, outputting the storybook static files into the We have a very aggressive deadline, so I may need to downgrade to the version prior to this change for now, but I'd like to see the ability to disable this somehow. While we're on an enterprise plan, I'm not sure it's worth going through the trouble of setting up a second site specifically for storybook. |
Hello @KyleRoss, |
* chore: fix next version in e2e report * chore: don't report to slack on non-scheduled runs * another attempt at not reporting to slack on non-schedule runs
In auto-installed sites we may have detected that the site is using Next.js, but the site may actually be building the Storybook. This currently causes the build to fail. This is a common enough scenario to deserve special handling, where we check the build command and if it's calling
build-storybook
then skip the plugin.The text was updated successfully, but these errors were encountered: