Skip to content

Commit

Permalink
Run tests serial-y
Browse files Browse the repository at this point in the history
So we don’t get errors about ports already being in use
  • Loading branch information
weotch committed Aug 14, 2024
1 parent b5c7127 commit 6950812
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 @@ -10,7 +10,7 @@
],
"scripts": {
"build": "lerna run build",
"test": "lerna run test",
"test": "lerna run test --concurrency 1",
"prepare": "yarn build"
},
"dependencies": {},
Expand Down

0 comments on commit 6950812

Please sign in to comment.