Add Netlify CLI as dev dependency
This commit is contained in:
parent
f665396d55
commit
c37a322648
2 changed files with 16159 additions and 3 deletions
16157
package-lock.json
generated
16157
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -7,8 +7,8 @@
|
||||||
"start": "npx @11ty/eleventy --serve",
|
"start": "npx @11ty/eleventy --serve",
|
||||||
"createBlogPost": "bash create-blog-post.sh",
|
"createBlogPost": "bash create-blog-post.sh",
|
||||||
"build": "npx @11ty/eleventy",
|
"build": "npx @11ty/eleventy",
|
||||||
"deploy": "netlify deploy --build",
|
"deploy": "npx netlify deploy --build",
|
||||||
"deploy:prod": "netlify deploy --prod --build",
|
"deploy:prod": "npx netlify deploy --prod --build",
|
||||||
"postdeploy:prod": "webmention dist/feed.xml --send",
|
"postdeploy:prod": "webmention dist/feed.xml --send",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
|
|
@ -27,6 +27,7 @@
|
||||||
"markdown-it-attrs": "^4.1.4",
|
"markdown-it-attrs": "^4.1.4",
|
||||||
"markdown-it-eleventy-img": "^0.9.0",
|
"markdown-it-eleventy-img": "^0.9.0",
|
||||||
"markdown-it-obsidian": "github:raddevon/markdown-it-obsidian",
|
"markdown-it-obsidian": "github:raddevon/markdown-it-obsidian",
|
||||||
|
"netlify-cli": "^17.37.2",
|
||||||
"sanitize-html": "^2.13.0",
|
"sanitize-html": "^2.13.0",
|
||||||
"simpledotcss": "^2.1.0"
|
"simpledotcss": "^2.1.0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue