Skip to content

Commit 0c5f0d8

Browse files
authored
fix: add missing version script for changesets automation (#8)
1 parent f523b31 commit 0c5f0d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
"test:ci": "vitest --run --coverage",
8585
"lint": "eslint src --ext .ts",
8686
"format": "prettier -w src",
87+
"version": "changeset version",
8788
"prepublishOnly": "npm run build && npm run test:ci"
8889
},
8990
"devDependencies": {

0 commit comments

Comments
 (0)