Skip to content

Commit abf4feb

Browse files
committed
chore: add tsdown
1 parent 4f9509b commit abf4feb

File tree

2 files changed

+577
-14
lines changed

2 files changed

+577
-14
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,12 @@
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
},
@@ -68,6 +65,7 @@
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
},

0 commit comments

Comments
 (0)