packages: rename @backstage/app to example-app

This commit is contained in:
Patrik Oldsberg
2020-03-30 12:46:49 +02:00
parent 88a6b3d7c4
commit dc363e43fc
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"node": ">=12.0.0"
},
"scripts": {
"start": "yarn build && yarn workspace @backstage/app start",
"start": "yarn build && yarn workspace example-app start",
"build": "lerna run build",
"test": "cross-env CI=true lerna run test --since origin/master -- --coverage",
"create-plugin": "backstage-cli create-plugin",