Skip to content

Commit

Permalink
Add --concurrency 1 to lerna run test-types
Browse files Browse the repository at this point in the history
  • Loading branch information
jablko committed Aug 28, 2021
1 parent 48b0fd2 commit b87292c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"publish-next": "lerna publish --force-publish=\"*\" --pre-dist-tag next --preid next",
"test-api": "lerna run test-api",
"test-coverage": "lerna run test-coverage",
"test-types": "lerna run test-types",
"test-types": "lerna --concurrency 1 run test-types",
"test": "yarn build && yarn lint && yarn test-coverage && yarn test-types"
},
"dependencies": {},
Expand Down

0 comments on commit b87292c

Please sign in to comment.