foundry-release-webhook-notify
Post to a webhook endpoint on publish.
Install
npm i foundry-release-webhook-notify --save-dev
Usage
In your package.json
:
... "foundry": ...
Without options
, it defaults to :
{
"webhook": 'http://localhost/XXXXXX/build',
"payload": {
"formData": {}
},
}