fix: build native resvg, cache it
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 20s

This commit is contained in:
svemagie
2026-03-31 20:10:26 +02:00
parent cbd5f1b994
commit 938e6fecb7
3 changed files with 76 additions and 1 deletions

View File

@@ -9,7 +9,8 @@
"dev": "eleventy --serve --watch",
"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"
"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"
},
"dependencies": {
"@11ty/eleventy": "^3.0.0",