chore: reduce design pipeline to runtime asset checks
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user