chore: reduce design pipeline to runtime asset checks

This commit is contained in:
2026-08-12 18:24:40 +08:00
parent 964262f693
commit 5dabcd175e
30 changed files with 106 additions and 1698 deletions
+2 -10
View File
@@ -3,16 +3,8 @@
"private": true,
"type": "module",
"scripts": {
"test": "npm run test:node && npm run test:python",
"test:node": "node --test tests/*.test.mjs",
"test:python": "node scripts/run-python-tests.mjs",
"validate:shared-scroll-skins": "node scripts/validate-asset-build-manifest.mjs design-pipeline/manifests/shared-scroll-skins-v3.json",
"validate:page-backgrounds": "node scripts/validate-asset-build-manifest.mjs design-pipeline/manifests/page-backgrounds-v3.json",
"validate:g01-state-frame": "node scripts/validate-asset-build-manifest.mjs design-pipeline/manifests/g01-state-frame-v3.json",
"test": "node --test tests/*.test.mjs",
"validate:runtime-assets": "node scripts/validate-runtime-asset-inventory.mjs design-pipeline/manifests/runtime-assets.json",
"build:shared-scroll-skins": "node scripts/build-shared-scroll-skins.mjs",
"verify:shared-scroll-skins": "node scripts/verify-shared-scroll-skins.mjs",
"build:page-backgrounds": "node scripts/build-raster-assets.mjs design-pipeline/manifests/page-backgrounds-v3.json",
"build:g01-state-frame": "node scripts/build-raster-assets.mjs design-pipeline/manifests/g01-state-frame-v3.json"
"check": "npm test && npm run validate:runtime-assets"
}
}