Skip to content

Commit

Permalink
chore(build): switch to Rslib (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Nov 10, 2024
1 parent 50b93be commit fa1ea42
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 961 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"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 @@ -45,13 +45,13 @@
"@biomejs/biome": "^1.9.4",
"@playwright/test": "^1.48.2",
"@rsbuild/core": "^1.0.19",
"@rslib/core": "^0.0.16",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.8.6",
"fs-extra": "^11.2.0",
"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 fa1ea42

Please sign in to comment.