Skip to content

Commit b227244

Browse files
committed
chore: add version npm script
1 parent bcd6db4 commit b227244

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
@@ -8,7 +8,8 @@
88
"scripts": {
99
"test": "pnpm --stream -r test",
1010
"lint": "pnpm -r lint",
11-
"format": "pnpm -r format"
11+
"format": "pnpm -r format",
12+
"version": "pnpm changeset version && pnpm i --no-frozen-lockfile"
1213
},
1314
"devDependencies": {
1415
"@changesets/changelog-github": "0.5.0",

0 commit comments

Comments
 (0)