Remove yarn create-app from package.json

This commit is contained in:
Marcus Eide
2020-04-16 08:53:19 +02:00
parent 300a891f71
commit 06150f7094
-1
View File
@@ -14,7 +14,6 @@
"lint:all": "lerna run lint --",
"docker-build": "yarn bundle && docker build . -t spotify/backstage",
"create-plugin": "backstage-cli create-plugin",
"create-app": "backstage-cli create-app",
"release": "if [ \"$(git symbolic-ref --short HEAD)\" = master ]; then echo \"don't try to release master\"; exit 1; else lerna version --no-push; fi",
"lerna": "lerna",
"storybook": "yarn workspace storybook start"