feat: add npm script for publishing markdown files

This commit is contained in:
Gigi
2025-11-07 14:49:02 +01:00
parent 453a4f48ca
commit 15e91414da

View File

@@ -8,7 +8,8 @@
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"publish:markdown": "bash scripts/publish-markdown.sh"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.1.0",