Skip to content

Commit f8fc067

Browse files
committed
update
1 parent 48b0735 commit f8fc067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build-ci": "pnpm -r build",
88
"lint": "pnpm -r lint",
99
"test": "pnpm -r --parallel run test --silent --forceExit",
10-
"test-ci": "pnpm -r --parallel --maxWorkers=50% run --filter=\"./packages/**\" test --silent --forceExit",
10+
"test-ci": "pnpm -r --parallel run --filter=\"./packages/**\" test --silent --forceExit --maxWorkers=50%",
1111
"test-integration": "pnpm run --filter=integration test --silent --forceExit",
1212
"test-regression": "pnpm run --filter=regression test --silent --forceExit",
1313
"test-scaffold": "tsx script/test-scaffold.ts",

0 commit comments

Comments
 (0)