package: added root release command for creating a version bump commit

This commit is contained in:
Patrik Oldsberg
2020-03-24 22:55:33 +01:00
parent 9b8d15606e
commit ae61369fe1
+1
View File
@@ -9,6 +9,7 @@
"build": "lerna run build",
"test": "cross-env CI=true lerna run test -- --coverage",
"create-plugin": "backstage-cli create-plugin",
"release": "if [ \"$(git symbolic-ref --short HEAD)\" = master ]; then echo \"don't try to release master\"; exit 1; else lerna version --no-push; fi",
"lint": "lerna run lint",
"storybook": "yarn workspace @spotify-backstage/core storybook",
"build-storybook": "yarn workspace @spotify-backstage/core build-storybook"