Move update manifest generator into cinny for standalone Android builds.
All checks were successful
Trigger cinny-mobile / dispatch (push) Successful in 2s

This commit is contained in:
2026-08-23 08:26:27 +10:00
parent 25be638c5e
commit b6f3f5c0aa
2 changed files with 115 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
},
"scripts": {
"start": "vite",
"build": "node ../scripts/generate-update-manifest.mjs && vite build",
"build": "node scripts/generate-update-manifest.mjs && vite build",
"lint": "yarn check:eslint && yarn check:prettier",
"check:eslint": "eslint src/*",
"check:prettier": "prettier --check .",