Address review feedback from freben
- Use cli-defaults instead of listing individual CLI modules in create-app template and root package.json - Move nodeTransform config files from cli-module-build to cli-node to avoid cross-module direct imports - Rename cli-module-create-github-app to cli-module-github - Start createCliModule init chain with Promise.resolve() - Deduplicate exitWithError in runCliModule.ts - Extract shared isCommandNodeHidden to @internal/cli - Add explanatory comment for fromArray deduplication field - Restore error for cli role packages missing bin in runCliExtraction Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
+1
-11
@@ -125,17 +125,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "workspace:*",
|
||||
"@backstage/cli-module-auth": "workspace:*",
|
||||
"@backstage/cli-module-build": "workspace:*",
|
||||
"@backstage/cli-module-config": "workspace:*",
|
||||
"@backstage/cli-module-create-github-app": "workspace:*",
|
||||
"@backstage/cli-module-info": "workspace:*",
|
||||
"@backstage/cli-module-lint": "workspace:*",
|
||||
"@backstage/cli-module-maintenance": "workspace:*",
|
||||
"@backstage/cli-module-migrate": "workspace:*",
|
||||
"@backstage/cli-module-new": "workspace:*",
|
||||
"@backstage/cli-module-test-jest": "workspace:*",
|
||||
"@backstage/cli-module-translations": "workspace:*",
|
||||
"@backstage/cli-defaults": "workspace:*",
|
||||
"@backstage/codemods": "workspace:*",
|
||||
"@backstage/create-app": "workspace:*",
|
||||
"@backstage/e2e-test-utils": "workspace:*",
|
||||
|
||||
Reference in New Issue
Block a user