File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ commands:
3535 steps :
3636 - run :
3737 name : Test
38- command : yarn test
38+ command : yarn test-ci
3939 save-cache :
4040 steps :
4141 - save_cache :
Original file line number Diff line number Diff line change 1616 "publish" : " lerna publish --conventional-commits" ,
1717 "reinstall" : " yarn clean && yarn install" ,
1818 "start" : " lerna run start --stream --parallel --include-filtered-dependencies" ,
19- "test" : " jest && lerna run test --stream --parallel --include-filtered-dependencies"
19+ "test" : " jest && lerna run test --stream --parallel --include-filtered-dependencies" ,
20+ "test-ci" : " jest --runInBand && lerna run test --stream --parallel --include-filtered-dependencies"
2021 },
2122 "commitlint" : {
2223 "extends" : [
You can’t perform that action at this time.
0 commit comments