1
0
mirror of synced 2026-05-22 14:43:19 +00:00
Files
music-metadata/.c8rc.json
T
Borewit 779b319d8d Re-add yarn binary, add .vscode
Stop using `"npm-run-all`
Use yarn in scripts, instead of npm

Ref: https://v3.yarnpkg.com/getting-started/migration
2024-08-02 13:36:43 +02:00

9 lines
99 B
JSON

{
"reporter": [
"lcov",
"text"
],
"include": ["lib/**"],
"exclude": [".yarn/**"]
}