Run multi-project Jest in CI and remove coverage for now

This commit is contained in:
Martijn Walraven 2018-08-10 18:47:29 +02:00
parent 06e31c3249
commit 6923b196fd

View file

@ -15,8 +15,7 @@
"test": "npm run testonly",
"posttest": "npm run lint",
"testonly": "jest --verbose",
"coverage": "lerna run coverage",
"circle": "lerna run coverage && lerna run circle",
"circle": "npm run testonly && npm run lint",
"release": "lerna publish --exact",
"precommit": "lint-staged"
},