Fix umami script not added
Some checks failed
ci / site (push) Has been cancelled
publish-image / publish (push) Has been cancelled

This commit is contained in:
2026-02-10 06:17:21 -05:00
parent 35afd9208f
commit 7cb72b2746
6 changed files with 64 additions and 3 deletions

View File

@@ -9,6 +9,7 @@
"fetch-content": "tsx scripts/fetch-content.ts",
"cache:clear": "tsx scripts/cache-clear.ts",
"verify:blog": "npm run build && tsx scripts/verify-blog-build.ts",
"verify:umami": "npm run build && tsx scripts/verify-umami-in-dist.ts",
"typecheck": "astro check",
"format": "prettier -w .",
"format:check": "prettier -c .",