Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit d2bda04

Browse files
committed
ci: add bump script
1 parent 6532039 commit d2bda04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"type": "module",
66
"scripts": {
77
"build": "pnpm -r build",
8-
"test": "pnpm -r test"
8+
"test": "pnpm -r test",
9+
"bump": "CI=true pnpm run test && pnpm changeset version"
910
},
1011
"devDependencies": {
1112
"@changesets/cli": "^2.27.1",

0 commit comments

Comments
 (0)