We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b90103 commit 13e4f56Copy full SHA for 13e4f56
.circleci/config.yml
@@ -35,7 +35,7 @@ commands:
35
steps:
36
- run:
37
name: Test
38
- command: yarn test
+ command: yarn jest --runInBand && yarn lerna run test --stream --parallel --include-filtered-dependencies
39
save-cache:
40
41
- save_cache:
0 commit comments