Skip to content

Netlify build plugin prototype to exit build early if no HTML files have changed

Notifications You must be signed in to change notification settings

DavidWells/prototype-netlify-build-plugin-exit-build-early

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exit Build Early Netlify Build Plugin Example

This is an example of how to programmatically use a Netlify build plugin to early a build early if no HTML files have changed.

See ./plugins/exit-early for the plugin src code.

build:
  publish: build
  command: npm run build
  functions: functions

plugins:
  - package: ./plugins/exit-early

About

Netlify build plugin prototype to exit build early if no HTML files have changed

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages