Skip to content

Commit

Permalink
chore(build): switch to Rslib (#9)
Browse files Browse the repository at this point in the history
* chore(build): switch to Rslib

* chore: format
  • Loading branch information
chenjiahan authored Nov 10, 2024
1 parent 7be4be5 commit 47c776d
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 1,013 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"types": "./dist/index.d.ts",
"files": ["dist"],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"build": "rslib build",
"dev": "rslib build --watch",
"lint": "biome check .",
"lint:write": "biome check . --write",
"prepare": "simple-git-hooks && npm run build",
Expand All @@ -40,11 +40,11 @@
"@biomejs/biome": "^1.9.4",
"@playwright/test": "^1.48.2",
"@rsbuild/core": "1.0.19",
"@rslib/core": "^0.0.16",
"@types/node": "^22.8.6",
"nano-staged": "^0.8.0",
"playwright": "^1.48.2",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 47c776d

Please sign in to comment.