File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
"build" : " pnpm run build:meta && pnpm run build:tsc" ,
31
31
"build:meta" : " pnpm run ts ./tools/update-meta.ts" ,
32
32
"build:tsc" : " tsc --project ./tsconfig.build.json" ,
33
- "clean" : " rimraf .nyc_output lib coverage" ,
34
- "cover" : " nyc --reporter=lcov pnpm run test" ,
33
+ "clean" : " rimraf lib coverage" ,
34
+ "cover" : " c8 --reporter=lcov pnpm run test" ,
35
35
"debug" : " pnpm run mocha \" tests/src/**/*.ts\" --reporter dot --timeout 60000" ,
36
36
"eslint-fix" : " pnpm run lint --fix" ,
37
37
"lint" : " eslint ." ,
79
79
"@typescript-eslint/parser" : " ~8.16.0" ,
80
80
"@typescript-eslint/types" : " ~8.16.0" ,
81
81
"benchmark" : " ^2.1.4" ,
82
+ "c8" : " ^10.1.2" ,
82
83
"chai" : " ^4.5.0" ,
83
84
"env-cmd" : " ^10.1.0" ,
84
85
"esbuild" : " ^0.24.0" ,
100
101
"magic-string" : " ^0.30.14" ,
101
102
"mocha" : " ^10.8.2" ,
102
103
"mocha-chai-jest-snapshot" : " ^1.1.6" ,
103
- "nyc" : " ^17.1.0" ,
104
104
"prettier" : " ~3.4.1" ,
105
105
"prettier-plugin-pkg" : " ^0.18.1" ,
106
106
"prettier-plugin-svelte" : " ^3.3.2" ,
You can’t perform that action at this time.
0 commit comments