Skip to content

Commit 694fe1f

Browse files
author
Remigiusz Oleszczuk
committed
Add lerna version to package.json scripts
[#174837350]
1 parent 1a5b424 commit 694fe1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "root",
33
"private": true,
44
"scripts": {
5+
"version:git:patch": "lerna version patch --conventional-commits --create-release github",
56
"check": "lerna run check && eslint . --ext .js,.ts",
67
"storybook": "start-storybook -p 6006",
78
"build-storybook": "build-storybook",

0 commit comments

Comments
 (0)