Skip to content

Commit fb87bcc

Browse files
committed
Add lerna version command to the root package.json
1 parent 45ef996 commit fb87bcc

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
@@ -21,7 +21,8 @@
2121
"publish": "yarn run clean && yarn run build && lerna publish -m \"Publish npm packages\"",
2222
"sort-package-json": "lerna exec --parallel sort-package-json && sort-package-json",
2323
"update-dependency": "update-dependency --lerna",
24-
"updated": "lerna updated"
24+
"updated": "lerna updated",
25+
"version": "yarn run clean && yarn run build && lerna version --no-push -m \"Bump version\" "
2526
},
2627
"husky": {
2728
"hooks": {

0 commit comments

Comments
 (0)