Netlify SDK Build Event Handler template

This is a template to show you how a Build Event Handler can be made using the Netlify SDK.

Deploy to Netlify

Scripts

Build

This builds the integration and puts it into the .ntli folder. This is the folder that Netlify uses to run the integration.

npm run build

Dev

This 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 dev

Preview

This bundles your integration code and starts a preview server. This is useful for previewing your integration UI locally.

npm run preview