Hi,
We’re trying to deploy Storybook alongside our React/Gatsby project.
So I’ve set up an additional site on Netlify, triggering a separate build command yarn build-storybook
vs. yarn build
on our regular site.
We do however have more settings configured on our netlify.toml, such as plugins.
These all get triggered for the Storybook site as well, causing the build to fail.
Is there a way to solve this? Maybe using the deploy context, or check for SITE_NAME or other env variables to disable the plugins?