create-app: default to using internal scope for new plugins

This commit is contained in:
Patrik Oldsberg
2020-09-25 16:04:45 +02:00
parent faeffa0bb1
commit 2872517f25
@@ -16,7 +16,7 @@
"test:all": "lerna run test -- --coverage",
"lint": "lerna run lint --since origin/master --",
"lint:all": "lerna run lint --",
"create-plugin": "backstage-cli create-plugin --scope backstage --no-private",
"create-plugin": "backstage-cli create-plugin --scope internal --no-private",
"remove-plugin": "backstage-cli remove-plugin"
},
"workspaces": {