feat(repo-tools): Update OpenAPI command naming.
fixes: https://github.com/backstage/backstage/issues/21790 Signed-off-by: Aramis <sennyeyaramis@gmail.com>
This commit is contained in:
@@ -26,7 +26,8 @@
|
||||
"prepack": "backstage-cli package prepack",
|
||||
"postpack": "backstage-cli package postpack",
|
||||
"clean": "backstage-cli package clean",
|
||||
"start": "backstage-cli package start"
|
||||
"start": "backstage-cli package start",
|
||||
"generate-server": "backstage-repo-tools package schema openapi generate server"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "workspace:^",
|
||||
@@ -38,6 +39,7 @@
|
||||
"@backstage/errors": "workspace:^",
|
||||
"@backstage/integration": "workspace:^",
|
||||
"@backstage/plugin-catalog-node": "workspace:^",
|
||||
"@backstage/repo-tools": "workspace:^",
|
||||
"@types/express": "^4.17.6",
|
||||
"express": "^4.17.1",
|
||||
"leasot": "^12.0.0",
|
||||
|
||||
Reference in New Issue
Block a user