mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 02:01:40 -05:00
Run multi-project Jest in CI and remove coverage for now
This commit is contained in:
parent
06e31c3249
commit
6923b196fd
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue