File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 " dist"
1818 ],
1919 "scripts" : {
20+ "dev" : " vite" ,
2021 "build" : " unbuild" ,
21- "lint" : " eslint --cache src test && prettier src test --check" ,
22- "lint:fix" : " eslint --cache src test --fix && prettier src test --write" ,
22+ "lint" : " eslint --cache src tests && prettier src tests --check" ,
23+ "lint:fix" : " eslint --cache src tests --fix && prettier src tests --write" ,
2324 "test:types" : " tsc --noEmit --skipLibCheck" ,
24- "test" : " pnpm lint && pnpm test:types && jest test" ,
25- "test:dev" : " jest test" ,
25+ "test" : " vitest" ,
2626 "prepare" : " husky install" ,
2727 "release" : " release-it" ,
2828 "prepack" : " pnpm build"
5252 "ts-jest" : " ^29.4.0" ,
5353 "typescript" : " 5.8.3" ,
5454 "typescript-eslint" : " ^8.38.0" ,
55- "unbuild" : " ^3.6.0"
55+ "unbuild" : " ^3.6.0" ,
56+ "vite" : " ^7.1.1" ,
57+ "vitest" : " ^3.2.4"
5658 },
5759 "lint-staged" : {
5860 "*.ts" : " pnpm test"
You can’t perform that action at this time.
0 commit comments