File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1717 "build:web" : " bun run build:docs && turbo --filter web build" ,
1818 "build:docs" : " typedoc && bun --filter=web run fix:docs" ,
1919 "test" : " vitest run" ,
20- "test:coverage" : " vitest run --coverage" ,
20+ "test:coverage" : " bun run test:coverage:vitest && bun run test:coverage:bun" ,
21+ "test:coverage:vitest" : " vitest run --coverage" ,
22+ "test:coverage:bun" : " bun --filter=@evolu/bun run test:coverage" ,
2123 "test:watch" : " vitest" ,
2224 "start" : " turbo start" ,
2325 "lint" : " biome check" ,
Original file line number Diff line number Diff line change 2020 "scripts" : {
2121 "build" : " rimraf dist && tsc --build" ,
2222 "test" : " bun test ./test" ,
23+ "test:coverage" : " bun test ./test --coverage" ,
2324 "clean" : " rimraf .turbo node_modules dist"
2425 },
2526 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments