Add create-app yarn command to package.json

This commit is contained in:
Marcus Eide
2020-04-14 09:20:46 +02:00
parent ca2ccb3145
commit ce53096b5c
+1
View File
@@ -14,6 +14,7 @@
"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"