Rename CLI module bin entries to use backstage prefix
Rename all bin entries from `cli-module-*` to `backstage-cli-module-*` to establish a clear namespace for Backstage CLI tooling. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -47,5 +47,5 @@
|
||||
"@types/fs-extra": "^11.0.0",
|
||||
"@types/shell-quote": "^1.7.5"
|
||||
},
|
||||
"bin": "bin/cli-module-lint"
|
||||
"bin": "bin/backstage-cli-module-lint"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user