Send Webmentions only on push to production

This commit is contained in:
Devon Campbell 2024-06-20 22:31:54 -04:00
commit 3687ccd75c

View file

@ -7,9 +7,9 @@
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"start": "npx @11ty/eleventy --serve", "start": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy", "build": "npx @11ty/eleventy",
"postbuild": "webmention dist/feed.xml --send",
"deploy": "netlify deploy --build", "deploy": "netlify deploy --build",
"deploy:prod": "netlify deploy --prod --build" "deploy:prod": "netlify deploy --prod --build",
"postdeploy:prod": "webmention dist/feed.xml --send"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",