Hey,
I have a Lerna monorepo setup, with app package and a components package with Storybook.
I have set up a build hook for the app, but I would like to also setup a build hook for Storybook and deploy them in sync.
Is there any easy way to do that beside setting up another Netlify site?