This repository was archived by the owner on Nov 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2727 "scripts" : {
2828 "build" : " sanity build" ,
2929 "check-types" : " tsc" ,
30- "clean" : " rm -rf .sanity .turbo dist node_modules" ,
30+ "clean" : " rm -rf .sanity .turbo dist node_modules tsconfig.tsbuildinfo " ,
3131 "deploy" : " sanity deploy" ,
3232 "dev" : " sanity dev" ,
3333 "prebuild" : " pnpm schema-extract && pnpm typegen-generate" ,
Original file line number Diff line number Diff line change 3939 "scripts" : {
4040 "build" : " storybook build" ,
4141 "check-types" : " tsc" ,
42- "clean" : " rm -rf .next .turbo coverage node_modules storybook-static" ,
42+ "clean" : " rm -rf .next .turbo coverage node_modules storybook-static tsconfig.tsbuildinfo " ,
4343 "coverage" : " vitest run --coverage" ,
4444 "dev" : " storybook dev -p 6006 --no-open" ,
4545 "test" : " vitest" ,
Original file line number Diff line number Diff line change 3636 "clean" : " rm -rf .next .turbo coverage node_modules next-env.d.ts tsconfig.tsbuildinfo" ,
3737 "coverage" : " vitest run --coverage" ,
3838 "dev" : " next dev --turbopack" ,
39- "lint" : " next lint" ,
4039 "start" : " next start" ,
4140 "test" : " vitest" ,
4241 "ui" : " vitest ui"
You can’t perform that action at this time.
0 commit comments