conductor/package.json
Victor Wiebe ade2b10033
Some checks failed
Release production image / production-image (push) Has been cancelled
Add production packaging and operations
2026-08-07 16:48:40 -04:00

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"
}
}