Skip to content

Commit

Permalink
Change package.json to run Jest without --runInBand
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodp committed Jul 12, 2019
1 parent f958ee2 commit 807f518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
},
"scripts": {
"build": "rimraf dist && node copy.js && tsc",
"test": "node copy.js && jest --runInBand",
"all": "npm run build && jest --runInBand",
"test": "node copy.js && jest",
"all": "npm run build && npm run test",
"start": "node bin/concordia.js",
"postversion": "git push && git push --tags"
},
Expand Down

0 comments on commit 807f518

Please sign in to comment.