managarten/games/mana-games/apps/web/package.json
Wuesteon 09477e0aae 🐛 fix(mana-games): clean dist before Astro build
Fixes race condition in CI where stale dist/renderers.mjs causes build failures.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 02:38:38 +01:00

18 lines
310 B
JSON

{
"name": "@mana-games/web",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "rm -rf dist && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.10.1"
},
"devDependencies": {
"sharp": "^0.34.2"
}
}