This is a template to show you how a Build Event Handler can be made using the Netlify SDK.
This builds the integration and puts it into the .ntli folder. This is the folder that Netlify uses to run the integration.
npm run buildThis bundles your integration code and starts a local GraphQL server for any Connectors you have defined. This is useful for testing your integration locally.
npm run devThis bundles your integration code and starts a preview server. This is useful for previewing your integration UI locally.
npm run preview