package,github/workflows: add root lerna command and use in github workflows + fix master

This commit is contained in:
Patrik Oldsberg
2020-04-01 23:10:22 +02:00
parent 488232ce73
commit ab827f36e1
3 changed files with 27 additions and 8 deletions
+1
View File
@@ -12,6 +12,7 @@
"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": "cross-env CI=true lerna run lint --since origin/master --",
"lerna": "lerna",
"storybook": "yarn workspace storybook start"
},
"workspaces": {