修改问题

This commit is contained in:
2026-09-17 16:35:57 +08:00
parent bbc024f7f2
commit f53a2dbc87
17 changed files with 54 additions and 2246 deletions
+1 -2
View File
@@ -3,8 +3,7 @@
"private": true,
"type": "module",
"scripts": {
"test": "node --test tests/*.test.mjs",
"validate:runtime-assets": "node scripts/validate-runtime-asset-inventory.mjs design-pipeline/manifests/runtime-assets.json",
"check": "npm test && npm run validate:runtime-assets"
"check": "npm run validate:runtime-assets"
}
}