779b319d8d
Stop using `"npm-run-all` Use yarn in scripts, instead of npm Ref: https://v3.yarnpkg.com/getting-started/migration
9 lines
99 B
JSON
9 lines
99 B
JSON
{
|
|
"reporter": [
|
|
"lcov",
|
|
"text"
|
|
],
|
|
"include": ["lib/**"],
|
|
"exclude": [".yarn/**"]
|
|
}
|