Some checks failed
Release production image / production-image (push) Has been cancelled
14 lines
381 B
JSON
14 lines
381 B
JSON
{
|
|
"scripts": {
|
|
"test:e2e": "playwright test",
|
|
"test:governance": "node scripts/check-mvp-governance.mjs",
|
|
"test:docs": "node scripts/check-docs.mjs",
|
|
"test:schema": "bash scripts/validate-schema.sh",
|
|
"test:production": "bash scripts/test-production.sh --skip-build"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.54.2",
|
|
"ajv-cli": "^5.0.0"
|
|
}
|
|
}
|