chore(dx/ci): fix sequential/parallel tests

This commit is contained in:
Elian Doran 2025-09-02 19:16:49 +03:00
parent 4306072ca7
commit 3925ba3eef
No known key found for this signature in database

View File

@ -21,8 +21,8 @@
"chore:update-build-info": "tsx ./scripts/update-build-info.ts",
"chore:update-version": "tsx ./scripts/update-version.ts",
"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"
"test:parallel": "pnpm --filter=!server --filter=!ckeditor5-mermaid --filter=!ckeditor5-math --parallel test",
"test:sequential": "pnpm --filter=server --filter=ckeditor5-mermaid --filter=ckeditor5-math --sequential test"
},
"private": true,
"devDependencies": {