Add release scripts

pull/198/head
IagoLast 6 years ago
parent c909567dc5
commit 87f3524b8a

@ -55,5 +55,11 @@
"shared components",
"editor",
"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…
Cancel
Save