fix: limit test coverage to src directory only
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user