Merge branch 'master' into rugvip/publish

This commit is contained in:
Patrik Oldsberg
2020-03-25 11:21:12 +01:00
committed by GitHub
7 changed files with 63 additions and 17 deletions
+2 -3
View File
@@ -7,12 +7,11 @@
"scripts": {
"start": "yarn build && yarn workspace @spotify-backstage/app start",
"build": "lerna run build",
"test": "cross-env CI=true lerna run test -- --coverage",
"test": "cross-env CI=true lerna run test --since origin/master -- --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"
"storybook": "yarn workspace storybook start"
},
"workspaces": {
"packages": [