Skip to content

Commit e209f3b

Browse files
committed
build: use obuild
1 parent 2043cca commit e209f3b

File tree

3 files changed

+613
-864
lines changed

3 files changed

+613
-864
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ dist
55
coverage
66
.profile
77
bun.lockb
8+
tsconfig.tsbuildinfo

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"scripts": {
1717
"bench:bun": "bun ./test/bench",
1818
"bench:node": "node --import jiti/register ./test/bench",
19-
"build": "unbuild",
19+
"build": "obuild src/index.ts",
2020
"dev": "vitest",
2121
"lint": "eslint . && prettier -c src test",
2222
"lint:fix": "automd && eslint --fix . && prettier -w src test",
@@ -37,10 +37,10 @@
3737
"jiti": "^2.4.2",
3838
"listhen": "^1.9.0",
3939
"mitata": "^1.0.34",
40+
"obuild": "^0.0.3",
4041
"prettier": "^3.5.3",
4142
"rou3-release": "npm:rou3@0.5.1",
4243
"typescript": "^5.8.3",
43-
"unbuild": "^3.5.0",
4444
"vitest": "^3.1.1"
4545
},
4646
"packageManager": "pnpm@10.8.1"

0 commit comments

Comments
 (0)