netlify-plugin-process-cleanup

1.1.1 • Public • Published

netlify-plugin-process-cleanup

This is a Netlify Build Plugin that will cleanup any lingering processes after a build by sending them a kill signal.

Usage

Add the following to your netlify.toml:

[[plugins]]

package = "netlify-plugin-process-cleanup"

The default signal used is SIGKILL, to override that set the signal input variable:

[[plugins]]

package = "netlify-plugin-process-cleanup"

  [plugins.inputs]
  signal = "SIGTERM"

/netlify-plugin-process-cleanup/

    Package Sidebar

    Install

    npm i netlify-plugin-process-cleanup

    Weekly Downloads

    3

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    2.54 kB

    Total Files

    4

    Last publish

    Collaborators

    • mheffner