Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Force jest to run in band again due to yarn bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ransom Briggs committed May 22, 2017
1 parent 0d50939 commit 45e067e
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 @@ -81,7 +81,7 @@
"download": "node ./bin/download-yarn",
"prepare": "npm run clean && npm run build && npm run download",
"release": "np",
"test": "npm run download && jest && flow && standard",
"test": "npm run download && jest -i && flow && standard",
"watch": "babel --watch src -d lib --ignore '*.test.js'"
},
"standard": {
Expand Down

0 comments on commit 45e067e

Please sign in to comment.