Merge pull request #2614 from spotify/rugvip/internal

create-app: default to using internal scope for new plugins
This commit is contained in:
Patrik Oldsberg
2020-09-25 22:42:31 +02:00
committed by GitHub
@@ -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": {