Skip to content

Commit

Permalink
chore: remove runInBand
Browse files Browse the repository at this point in the history
  • Loading branch information
hardfist committed Sep 5, 2024
1 parent 53845ab commit c76b9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rspack-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"build": "tsc -b ./tsconfig.build.json",
"dev": "tsc -b -w",
"test": "cross-env jest --colors --runInBand"
"test": "cross-env jest --colors"
},
"files": [
"bin",
Expand Down

0 comments on commit c76b9c5

Please sign in to comment.