chore(dx/ci): sequential/parallel tests

This commit is contained in:
Elian Doran 2025-09-02 19:09:45 +03:00
parent 15fba23ad7
commit 4306072ca7
No known key found for this signature in database

View File

@ -20,7 +20,9 @@
"chore:generate-openapi": "tsx ./scripts/generate-openapi.ts",
"chore:update-build-info": "tsx ./scripts/update-build-info.ts",
"chore:update-version": "tsx ./scripts/update-version.ts",
"test:all": "pnpm -r test"
"test:all": "pnpm test:parallel && pnpm test:sequential",
"test:parallel": "pnpm --filter=!server,ckeditor5-mermaid,ckeditor5-math --parallel test",
"test:sequential": "pnpm --filter=server,ckeditor5-mermaid,ckeditor5-math --sequential test"
},
"private": true,
"devDependencies": {