File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 116
116
"clean" : " rm -rf ./lib" ,
117
117
"build" : " npm run clean && tsc -p ./tsconfig.build.json" ,
118
118
"test" : " vitest --run test" ,
119
+ "test:rel" : " vitest related --run" ,
119
120
"semantic-release" : " semantic-release" ,
120
121
"lint" : " eslint . --ext .ts" ,
121
122
"lint:fix" : " eslint . --ext .ts --fix && prettier --write ." ,
122
123
"prepare" : " husky install" ,
123
124
"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" ,
125
126
"example:server" : " node --experimental-specifier-resolution=node --loader ts-node/esm ./examples/server/index.ts" ,
126
127
"example:client" : " yarn --cwd ./examples/client dev" ,
127
128
"example:node" : " node --experimental-specifier-resolution=node --loader ts-node/esm ./examples/node/index.ts" ,
You can’t perform that action at this time.
0 commit comments