Skip to content

Commit 9f1ff0e

Browse files
committed
chore(client): add script for adding changesets
1 parent 1801c50 commit 9f1ff0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "",
55
"scripts": {
66
"ci:version": "changeset version",
7-
"ci:publish": "pnpm publish -r"
7+
"ci:publish": "pnpm publish -r",
8+
"record-changeset": "pnpm changeset"
89
},
910
"engines": {
1011
"node": ">=18.10"

0 commit comments

Comments
 (0)