Skip to content

Commit 70fda49

Browse files
committed
chore: add tsdown
1 parent 8bea6b9 commit 70fda49

File tree

2 files changed

+549
-6
lines changed

2 files changed

+549
-6
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,12 @@
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
},
@@ -76,6 +73,7 @@
7673
"prettier": "^3.6.2",
7774
"prettier-plugin-jsdoc": "^1.3.3",
7875
"ts-patch": "^3.3.0",
76+
"tsdown": "^0.14.0",
7977
"typescript": "^5.9.2",
8078
"typescript-eslint": "^8.39.0"
8179
},

0 commit comments

Comments
 (0)