Add release scripts
This commit is contained in:
parent
c909567dc5
commit
87f3524b8a
@ -55,5 +55,11 @@
|
|||||||
"shared components",
|
"shared components",
|
||||||
"editor",
|
"editor",
|
||||||
"deep-insights"
|
"deep-insights"
|
||||||
]
|
],
|
||||||
|
"scripts": {
|
||||||
|
"bump": "npm version patch",
|
||||||
|
"bump:major": "npm version major",
|
||||||
|
"bump:minor": "npm version minor",
|
||||||
|
"postversion": "git push origin master --follow-tags"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user