File tree Expand file tree Collapse file tree 2 files changed +577
-14
lines changed
Expand file tree Collapse file tree 2 files changed +577
-14
lines changed Original file line number Diff line number Diff line change 1717 ],
1818 "scripts" : {
1919 "compile" : " tsc" ,
20- "build" : " yarn clean && yarn compile " ,
20+ "build" : " tsdown --unbundle -- clean --dts " ,
2121 "test" : " yarn test/ test" ,
2222 "release" : " changelogen --release --push" ,
2323 "--------------" : " " ,
2424 "format" : " prettier --write ." ,
2525 "lint" : " prettier --check . && eslint ." ,
26- "clean" : " rm -rf \" **/dist\" " ,
27- "clean:all" : " yarn clean && rm -rf node_modules \" **/node_modules\" \" **/yarn.lock\" yarn.lock" ,
28- "reset" : " yarn clean:all && yarn install && yarn build" ,
2926 "-------------- " : " " ,
3027 "prepack" : " yarn build"
3128 },
6865 "prettier" : " ^3.6.2" ,
6966 "prettier-plugin-jsdoc" : " ^1.3.3" ,
7067 "ts-patch" : " ^3.2.1" ,
68+ "tsdown" : " ^0.14.0" ,
7169 "typescript" : " ^5.8.3" ,
7270 "typescript-eslint" : " ^8.3.0"
7371 },
You can’t perform that action at this time.
0 commit comments