revert: gh workflow/validation - already covered by building

This commit is contained in:
Lewis Wynne 2026-03-27 21:37:59 +00:00
parent 66360b9c7a
commit f2acf36784
4 changed files with 2 additions and 72 deletions

View file

@ -5,8 +5,7 @@
"dev": "astro dev --port 4322",
"build": "astro build --remote && node scripts/generate-stats.js",
"preview": "astro preview",
"serve": "pnpm build && npx serve .vercel/output/static -l 4322",
"validate": "node scripts/validate-content.js"
"serve": "pnpm build && npx serve .vercel/output/static -l 4322"
},
"dependencies": {
"@astrojs/db": "^0.19.0",