Send Webmentions only on push to production
This commit is contained in:
parent
0710d06559
commit
3687ccd75c
1 changed files with 2 additions and 2 deletions
|
|
@ -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": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue