From 15365e9de4265146332c8b9783347f5779d4ec3a Mon Sep 17 00:00:00 2001 From: Amar Parmar Date: Thu, 28 Oct 2021 16:00:41 +0100 Subject: [PATCH 1/2] feat: add simple build logger plugin --- site/plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/plugins.json b/site/plugins.json index eaa74ac3f..84e5e645a 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -572,5 +572,13 @@ "package": "netlify-plugin-nx-skip-build", "repo": "https://github.com/f22hd/netlify-plugin-nx-skip-build", "version": "0.0.4" + }, + { + "author": "Amar Parmar", + "description": "Adds the ability to send build events to a logging service", + "name": "Netlify Plugin Build Logger", + "package": "netlify-plugin-build-logger", + "repo": "https://github.com/amar-p6/netlify-build-logger-plugin.git", + "version": "1.0.3" } ] From 1fe2f77c7122e4ede3e757a2adb6663177356ac5 Mon Sep 17 00:00:00 2001 From: Amar Parmar Date: Thu, 28 Oct 2021 17:07:12 +0100 Subject: [PATCH 2/2] feat: update plugin josn --- site/plugins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/plugins.json b/site/plugins.json index 84e5e645a..6afcd6b8a 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -575,8 +575,8 @@ }, { "author": "Amar Parmar", - "description": "Adds the ability to send build events to a logging service", - "name": "Netlify Plugin Build Logger", + "description": "Send build events to a logging service", + "name": "Build Logger", "package": "netlify-plugin-build-logger", "repo": "https://github.com/amar-p6/netlify-build-logger-plugin.git", "version": "1.0.3"