File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1717 "check-types:server" : " tsc --project tsconfig.publish.json --noEmit" ,
1818 "test" : " NODE_ENV=test vitest --run --dir ./test" ,
1919 "test-coverage" : " NODE_ENV=test vitest --run --dir ./test --coverage" ,
20- "test-coverage-ci" : " vitest --run --dir ./test --include '**/*.test.{ts,js}' --coverage.enabled=true --coverage.reporter=lcovonly --coverage.reporter=text" ,
20+ "test-coverage-ci" : " NODE_ENV=test vitest --run --dir ./test --coverage.enabled=true --coverage.reporter=lcovonly --coverage.reporter=text" ,
2121 "prepare" : " node ./scripts/prepare.js" ,
2222 "lint" : " eslint" ,
2323 "lint:fix" : " eslint --fix" ,
121121 "globals" : " ^16.4.0" ,
122122 "husky" : " ^9.1.7" ,
123123 "lint-staged" : " ^16.2.0" ,
124- "mocha" : " ^10.8.2" ,
125124 "nyc" : " ^17.1.0" ,
126125 "prettier" : " ^3.6.2" ,
127126 "quicktype" : " ^23.2.6" ,
128- "ts-mocha" : " ^11.1.0" ,
129127 "ts-node" : " ^10.9.2" ,
130128 "tsx" : " ^4.20.5" ,
131129 "typescript" : " ^5.9.2" ,
You can’t perform that action at this time.
0 commit comments