Build website and storybook with a lerna monorepo

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?

I’m not quite sure what you want to do. Did you want to deploy Storybook as part of the app deploy? If so, you can probably add your build script for that as part of your build command. Otherwise, setting up a Netlify site is probably the way to go.