File tree Expand file tree Collapse file tree 7 files changed +7
-6
lines changed Expand file tree Collapse file tree 7 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 5757 }
5858 },
5959 "scripts" : {
60- "clean" : " rimraf dist" ,
60+ "clean" : " rimraf dist .tshy .tshy-build .turbo " ,
6161 "build" : " tshy && pnpm run update-version" ,
6262 "dev" : " tshy --watch" ,
6363 "typecheck" : " tsc --noEmit -p tsconfig.src.json" ,
Original file line number Diff line number Diff line change 6565 "vitest" : " ^2.0.5"
6666 },
6767 "scripts" : {
68+ "clean" : " rimraf dist .tshy .tshy-build .turbo" ,
6869 "typecheck" : " tsc -p tsconfig.src.json --noEmit" ,
6970 "build" : " tshy && pnpm run update-version" ,
7071 "dev" : " tshy --watch" ,
Original file line number Diff line number Diff line change 173173 },
174174 "sideEffects" : false ,
175175 "scripts" : {
176- "clean" : " rimraf dist" ,
176+ "clean" : " rimraf dist .tshy .tshy-build .turbo " ,
177177 "update-version" : " tsx ../../scripts/updateVersion.ts" ,
178178 "build" : " tshy && pnpm run update-version" ,
179179 "dev" : " tshy --watch" ,
Original file line number Diff line number Diff line change 2929 ]
3030 },
3131 "scripts" : {
32- "clean" : " rimraf dist" ,
32+ "clean" : " rimraf dist .tshy .tshy-build .turbo " ,
3333 "build" : " tshy && pnpm run update-version" ,
3434 "dev" : " tshy --watch" ,
3535 "typecheck" : " tsc --noEmit" ,
Original file line number Diff line number Diff line change 2929 ]
3030 },
3131 "scripts" : {
32- "clean" : " rimraf dist" ,
32+ "clean" : " rimraf dist .tshy .tshy-build .turbo " ,
3333 "build" : " tshy && pnpm run update-version" ,
3434 "dev" : " tshy --watch" ,
3535 "typecheck" : " tsc --noEmit" ,
Original file line number Diff line number Diff line change 3737 }
3838 },
3939 "scripts" : {
40- "clean" : " rimraf dist" ,
40+ "clean" : " rimraf dist .tshy .tshy-build .turbo " ,
4141 "build" : " tshy && pnpm run update-version" ,
4242 "dev" : " tshy --watch" ,
4343 "typecheck" : " tsc --noEmit" ,
Original file line number Diff line number Diff line change 2929 ]
3030 },
3131 "scripts" : {
32- "clean" : " rimraf dist" ,
32+ "clean" : " rimraf dist .tshy .tshy-build .turbo " ,
3333 "build" : " tshy && pnpm run update-version" ,
3434 "dev" : " tshy --watch" ,
3535 "typecheck" : " tsc --noEmit -p tsconfig.src.json" ,
You can’t perform that action at this time.
0 commit comments