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:
@@ -19,7 +19,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"bin": "bin/cli-module-build",
|
||||
"bin": "bin/backstage-cli-module-build",
|
||||
"files": [
|
||||
"dist",
|
||||
"bin",
|
||||
|
||||
Reference in New Issue
Block a user