Skip to content

Commit 3935dcb

Browse files
authored
chore(build): switch to Rslib (#8)
1 parent 7571ae4 commit 3935dcb

File tree

4 files changed

+66
-1020
lines changed

4 files changed

+66
-1020
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"dist"
1919
],
2020
"scripts": {
21-
"build": "tsup",
22-
"dev": "tsup --watch",
21+
"build": "rslib build",
22+
"dev": "rslib build --watch",
2323
"lint": "biome check .",
2424
"lint:write": "biome check . --write",
2525
"prepare": "simple-git-hooks && npm run build",
@@ -41,11 +41,11 @@
4141
"@biomejs/biome": "^1.9.4",
4242
"@playwright/test": "^1.48.2",
4343
"@rsbuild/core": "1.0.19",
44+
"@rslib/core": "^0.0.16",
4445
"@types/node": "^22.8.6",
4546
"nano-staged": "^0.8.0",
4647
"playwright": "^1.48.2",
4748
"simple-git-hooks": "^2.11.1",
48-
"tsup": "^8.3.5",
4949
"typescript": "^5.6.3"
5050
},
5151
"peerDependencies": {

0 commit comments

Comments
 (0)