Skip to content

Commit 8eafa93

Browse files
committed
chore: 🤖 Updated the repository scripts
1 parent 86e0552 commit 8eafa93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,13 @@
116116
"clean": "rm -rf ./lib",
117117
"build": "npm run clean && tsc -p ./tsconfig.build.json",
118118
"test": "vitest --run test",
119+
"test:rel": "vitest related --run",
119120
"semantic-release": "semantic-release",
120121
"lint": "eslint . --ext .ts",
121122
"lint:fix": "eslint . --ext .ts --fix && prettier --write .",
122123
"prepare": "husky install",
123124
"commit": "git-cz -S",
124-
"coverage": "c8 --all --exclude coverage --exclude lib --exclude test yarn test && c8 report --all --exclude coverage --exclude lib --exclude test -r html",
125+
"coverage": "c8 --all --exclude coverage --exclude lib --exclude test --exclude examples --exclude temp yarn test && c8 report -r html",
125126
"example:server": "node --experimental-specifier-resolution=node --loader ts-node/esm ./examples/server/index.ts",
126127
"example:client": "yarn --cwd ./examples/client dev",
127128
"example:node": "node --experimental-specifier-resolution=node --loader ts-node/esm ./examples/node/index.ts",

0 commit comments

Comments
 (0)