From 3687ccd75ca4ffa5b975a9ead605b14d3de78e6b Mon Sep 17 00:00:00 2001 From: Devon Campbell Date: Thu, 20 Jun 2024 22:31:54 -0400 Subject: [PATCH] Send Webmentions only on push to production --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8617c15..329d77a 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,9 @@ "test": "echo \"Error: no test specified\" && exit 1", "start": "npx @11ty/eleventy --serve", "build": "npx @11ty/eleventy", - "postbuild": "webmention dist/feed.xml --send", "deploy": "netlify deploy --build", - "deploy:prod": "netlify deploy --prod --build" + "deploy:prod": "netlify deploy --prod --build", + "postdeploy:prod": "webmention dist/feed.xml --send" }, "keywords": [], "author": "",