Skip to content

Commit

Permalink
Run tests serially
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Mar 15, 2016
1 parent c7e034a commit 7b2bfe4
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 @@ -14,7 +14,7 @@
},
"scripts": {
"pretest": "npm run prepublish",
"test": "ava",
"test": "ava --serial",
"prepublish": "babel index.js --out-file index.es5.js",
"postpublish": "rimraf index.es5.js && git push --follow-tags"
},
Expand Down

0 comments on commit 7b2bfe4

Please sign in to comment.