Skip to content

Commit 4fe5a2a

Browse files
committed
refactor: use bumpp
1 parent 80639f6 commit 4fe5a2a

File tree

3 files changed

+205
-47
lines changed

3 files changed

+205
-47
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"lint:write": "biome check . --write",
2525
"prepare": "simple-git-hooks && npm run build",
2626
"test": "jest --colors",
27-
"release": "node ./scripts/release.mjs"
27+
"release": "node ./scripts/release.mjs",
28+
"bump": "npx bumpp"
2829
},
2930
"files": ["client", "dist", "exports"],
3031
"simple-git-hooks": {
@@ -41,6 +42,7 @@
4142
"@rspack/core": "1.4.11",
4243
"@types/jest": "29.5.14",
4344
"@types/node": "^22.17.0",
45+
"bumpp": "^10.2.3",
4446
"cac": "^6.7.14",
4547
"cross-env": "^10.0.0",
4648
"execa": "9.6.0",

0 commit comments

Comments
 (0)