File tree Expand file tree Collapse file tree 2 files changed +589
-134
lines changed Expand file tree Collapse file tree 2 files changed +589
-134
lines changed Original file line number Diff line number Diff line change 23
23
],
24
24
"scripts" : {
25
25
"compile" : " tsc" ,
26
- "build" : " yarn clean && yarn compile " ,
26
+ "build" : " tsdown --unbundle -- clean --dts " ,
27
27
"test" : " yarn test/ test" ,
28
28
"release" : " changelogen --release --push" ,
29
29
"--------------" : " " ,
30
30
"format" : " prettier --write ." ,
31
31
"lint" : " prettier --check . && eslint ." ,
32
- "clean" : " rm -rf \" **/dist\" " ,
33
- "clean:all" : " yarn clean && rm -rf node_modules \" **/node_modules\" \" **/yarn.lock\" yarn.lock" ,
34
- "reset" : " yarn clean:all && yarn install && yarn build" ,
35
32
"-------------- " : " " ,
36
33
"prepack" : " yarn build"
37
34
},
76
73
"prettier" : " ^3.6.2" ,
77
74
"prettier-plugin-jsdoc" : " ^1.3.3" ,
78
75
"ts-patch" : " ^3.2.1" ,
76
+ "tsdown" : " ^0.14.0" ,
79
77
"typescript" : " ^5.5.4" ,
80
78
"typescript-eslint" : " ^8.3.0"
81
79
},
You can’t perform that action at this time.
0 commit comments