mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
feat: add script to generate branded Open Graph images
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
"deploy": "netlify deploy --prod",
|
||||
"deploy:preview": "netflify deploy",
|
||||
"publish": "npm-run-all build deploy",
|
||||
"og:generate": "node og-generate.cjs",
|
||||
"plop": "plop",
|
||||
"astro": "astro",
|
||||
"cspell": "cspell --words-only --unique 'src' | sort --ignore-case >> .cspell/dictionary.txt",
|
||||
@@ -58,6 +59,7 @@
|
||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"husky": "^8.0.3",
|
||||
"jimp": "^0.22.8",
|
||||
"lint-staged": "^13.2.2",
|
||||
"netlify-cli": "^15.4.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
|
||||
Reference in New Issue
Block a user