File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
"bootstrap-ci" : " npm ci && lerna run bootstrap" ,
22
22
"bootstrap" : " npm install && lerna run bootstrap --stream" ,
23
23
"bump-packages" : " bump-monorepo-packages" ,
24
- "check-ci" : " lerna run check" ,
24
+ "check-ci" : " lerna run check --concurrency 1 --sort " ,
25
25
"check" : " lerna run check --stream" ,
26
26
"lint" : " lerna run lint --stream" ,
27
27
"compile-changed" : " lerna run compile --stream --since origin/HEAD" ,
37
37
"reformat-changed" : " lerna run reformat --stream --no-bail --since origin/HEAD --exclude-dependents" ,
38
38
"reformat" : " lerna run reformat --stream --no-bail" ,
39
39
"test-changed" : " lerna run test --stream --concurrency 1 --since origin/HEAD" ,
40
- "test-ci" : " lerna run test-ci --concurrency 1" ,
40
+ "test-ci" : " lerna run test-ci --concurrency 1 --sort " ,
41
41
"test" : " lerna run test --concurrency 1 --stream" ,
42
42
"where" : " node ./scripts/src/where.js"
43
43
},
You can’t perform that action at this time.
0 commit comments