fix: limit test coverage to src directory only

This commit is contained in:
Naoki Oketani
2025-05-03 12:20:53 +00:00
parent 57a99a7ca5
commit 9f4cdf97ce
3 changed files with 11 additions and 9 deletions

View File

@@ -14,8 +14,8 @@
"format-check": "prettier --check **/*.ts",
"lint": "eslint src/**/*.ts",
"pack": "ncc build --v8-cache --source-map --target es2020",
"test": "vitest",
"test:coverage": "vitest --coverage",
"test": "vitest --run",
"test:coverage": "vitest --run --coverage",
"all": "npm run build && npm run format && npm run lint && npm run pack && npm run test:coverage"
},
"repository": {