Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"dist"
],
"scripts": {
"build": "rslib build",
"dev": "rslib build --watch",
"build": "rslib",
"dev": "rslib --watch",
Comment thread
chenjiahan marked this conversation as resolved.
"lint": "biome check .",
"lint:write": "biome check . --write",
"prepare": "simple-git-hooks && pnpm run build",
"test": "rstest run",
"prepare": "simple-git-hooks && rslib",
Comment thread
chenjiahan marked this conversation as resolved.
"test": "rstest",
"bump": "npx bumpp"
},
"simple-git-hooks": {
Expand Down Expand Up @@ -60,6 +60,9 @@
"simple-git-hooks": "^2.13.1",
"typescript": "^5.9.3"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
Comment thread
chenjiahan marked this conversation as resolved.
},
"packageManager": "pnpm@10.33.0",
"publishConfig": {
"access": "public",
Expand Down
Loading