Skip to content

Commit ba5d0c2

Browse files
authored
chore(build): switch to Rslib (#15)
1 parent caea164 commit ba5d0c2

File tree

5 files changed

+179
-1020
lines changed

5 files changed

+179
-1020
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"types": "./dist/index.d.ts",
1717
"files": ["dist"],
1818
"scripts": {
19-
"build": "tsup",
20-
"dev": "tsup --watch",
19+
"build": "rslib build",
20+
"dev": "rslib build --watch",
2121
"lint": "biome check .",
2222
"lint:write": "biome check . --write",
2323
"prepare": "simple-git-hooks && npm run build",
@@ -39,11 +39,11 @@
3939
"@biomejs/biome": "^1.9.4",
4040
"@playwright/test": "^1.48.2",
4141
"@rsbuild/core": "1.1.0",
42+
"@rslib/core": "^0.0.16",
4243
"@types/node": "^20.17.6",
4344
"nano-staged": "^0.8.0",
4445
"playwright": "^1.48.2",
4546
"simple-git-hooks": "^2.11.1",
46-
"tsup": "^8.3.5",
4747
"typescript": "^5.6.3"
4848
},
4949
"peerDependencies": {

0 commit comments

Comments
 (0)