File tree 3 files changed +82
-306
lines changed
3 files changed +82
-306
lines changed Original file line number Diff line number Diff line change 67
67
"lint-staged" : " ^15.2.10" ,
68
68
"picocolors" : " ^1.1.1" ,
69
69
"playwright-chromium" : " ^1.48.2" ,
70
+ "premove" : " ^4.0.0" ,
70
71
"prettier" : " 3.3.3" ,
71
- "rimraf" : " ^5.0.10" ,
72
72
"rollup" : " ^4.23.0" ,
73
73
"rollup-plugin-esbuild" : " ^6.1.1" ,
74
74
"simple-git-hooks" : " ^2.11.1" ,
Original file line number Diff line number Diff line change 73
73
"funding" : " https://github.com/vitejs/vite?sponsor=1" ,
74
74
"scripts" : {
75
75
"dev" : " tsx scripts/dev.ts" ,
76
- "build" : " rimraf dist && pnpm build-bundle && pnpm build-types" ,
76
+ "build" : " premove dist && pnpm build-bundle && pnpm build-types" ,
77
77
"build-bundle" : " rollup --config rollup.config.ts --configPlugin esbuild" ,
78
78
"build-types" : " pnpm build-types-temp && pnpm build-types-roll && pnpm build-types-check" ,
79
79
"build-types-temp" : " tsc --emitDeclarationOnly --outDir temp -p src/node" ,
80
- "build-types-roll" : " rollup --config rollup.dts.config.ts --configPlugin esbuild && rimraf temp" ,
80
+ "build-types-roll" : " rollup --config rollup.dts.config.ts --configPlugin esbuild && premove temp" ,
81
81
"build-types-check" : " tsc --project tsconfig.check.json" ,
82
82
"typecheck" : " tsc --noEmit && tsc --noEmit -p src/node" ,
83
83
"lint" : " eslint --cache --ext .ts src/**" ,
You can’t perform that action at this time.
0 commit comments