File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 "typecheck" : " tsc --noEmit" ,
2929 "lint" : " eslint . --ext .ts" ,
3030 "lint:fix" : " eslint . --ext .ts --fix" ,
31- "test" : " vitest run" ,
31+ "test" : " vitest run --fileParallelism=false " ,
3232 "prepack" : " npm run build && npm run typecheck" ,
3333 "pack:dry" : " npm pack --dry-run"
3434 },
Original file line number Diff line number Diff line change 2828 "typecheck" : " tsc --noEmit" ,
2929 "lint" : " eslint . --ext .ts" ,
3030 "lint:fix" : " eslint . --ext .ts --fix" ,
31- "test" : " vitest run" ,
31+ "test" : " vitest run --fileParallelism=false " ,
3232 "prepack" : " npm run build && npm run typecheck" ,
3333 "pack:dry" : " npm pack --dry-run"
3434 },
Original file line number Diff line number Diff line change 3333 "typecheck" : " tsc --noEmit" ,
3434 "lint" : " eslint . --ext .ts" ,
3535 "lint:fix" : " eslint . --ext .ts --fix" ,
36- "test" : " vitest run" ,
36+ "test" : " vitest run --fileParallelism=false " ,
3737 "prepack" : " npm run build && npm run typecheck && rm -rf dist/node_modules dist/_virtual" ,
3838 "pack:dry" : " npm pack --dry-run"
3939 },
You can’t perform that action at this time.
0 commit comments