Skip to content

RohanRaina513/sdk-build-event-handler-template_

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published