fix: resvg in deploy, not patches needed

This commit is contained in:
svemagie
2026-03-31 20:18:39 +02:00
parent 951a5354e3
commit cf95660406
3 changed files with 1 additions and 75 deletions

View File

@@ -10,7 +10,7 @@
"build:css": "postcss css/tailwind.css -o css/style.css",
"check:upstream-widgets": "node scripts/check-upstream-widget-drift.mjs",
"check:upstream-widgets:strict": "node scripts/check-upstream-widget-drift.mjs --strict",
"postinstall": "node scripts/patch-resvg-freebsd-runtime.mjs || true && node scripts/patch-resvg-js-runtime.mjs || true"
"postinstall": ""
},
"dependencies": {
"@11ty/eleventy": "^3.0.0",