Add cli config in root pkg.json
Signed-off-by: Min Kim <minkimcello@gmail.com>
This commit is contained in:
@@ -1,6 +1,20 @@
|
||||
{
|
||||
"name": "root",
|
||||
"version": "1.36.0-next.0",
|
||||
"backstage": {
|
||||
"cli": {
|
||||
"defaults": false,
|
||||
"globals": {
|
||||
"private": false
|
||||
},
|
||||
"templates": [
|
||||
{
|
||||
"id": "local web plugin",
|
||||
"target": "./packages/cli/templates/alpha/web-library-package.yaml"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"private": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user