File tree Expand file tree Collapse file tree 2 files changed +637
-60
lines changed Expand file tree Collapse file tree 2 files changed +637
-60
lines changed Original file line number Diff line number Diff line change 2323 ],
2424 "scripts" : {
2525 "compile" : " tsc" ,
26- "build" : " yarn clean && yarn compile " ,
26+ "build" : " tsdown --unbundle -- clean --dts " ,
2727 "test" : " yarn test/ test" ,
2828 "release" : " changelogen --release --push" ,
2929 "--------------" : " " ,
3030 "format" : " prettier --write ." ,
3131 "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" ,
3532 "-------------- " : " " ,
3633 "prepack" : " yarn build"
3734 },
7673 "prettier" : " ^3.6.2" ,
7774 "prettier-plugin-jsdoc" : " ^1.3.3" ,
7875 "ts-patch" : " ^3.2.1" ,
76+ "tsdown" : " ^0.14.0" ,
7977 "typescript" : " ^5.5.4" ,
8078 "typescript-eslint" : " ^8.3.0"
8179 },
You can’t perform that action at this time.
0 commit comments