We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a1eed commit 6583182Copy full SHA for 6583182
build-tools/package.json
@@ -50,7 +50,8 @@
50
"test:bail": "npm run test:mocha:bail",
51
"test:copyresults": "copyfiles --exclude \"**/node_modules/**\" \"**/nyc/**\" nyc",
52
"test:coverage": "c8 npm run test:mocha",
53
- "test:mocha": "pnpm run -r --no-sort --stream --no-bail test:mocha --color",
+ "test:mocha": "pnpm run -r --no-sort --workspace-concurrency=1 --stream --no-bail test:mocha --color",
54
+ "test:mocha-comment": "echo TODO:AB#47469: --workspace-concurrency=1 is a workaround for bug",
55
"test:mocha:bail": "pnpm run -r --no-sort --stream test:mocha",
56
"tsc": "fluid-build --task tsc",
57
"tsc:fast": "fluid-build --root . --task tsc --worker",
0 commit comments