11 lines
330 B
JSON
11 lines
330 B
JSON
{
|
|
"name": "jiapu-design-pipeline",
|
|
"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"
|
|
}
|
|
}
|