feat: introduce backstage repo tools package
Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
committed by
Juan Pablo Garcia Ripa
parent
fb18925780
commit
c72656e719
@@ -10,6 +10,8 @@
|
||||
"start-backend": "yarn workspace example-backend start",
|
||||
"build:backend": "yarn workspace backend build",
|
||||
"build:all": "backstage-cli repo build --all",
|
||||
"build": "backstage-cli repo build --all",
|
||||
"build:api-reports-tooling": "backstage-repo-tools api-reports",
|
||||
"build:api-reports": "yarn build:api-reports:only --tsc",
|
||||
"build:api-reports:only": "ts-node -T -P scripts/tsconfig.json scripts/api-extractor.ts",
|
||||
"build:api-docs": "LANG=en_EN yarn build:api-reports --docs",
|
||||
@@ -59,6 +61,7 @@
|
||||
"@backstage/cli": "workspace:*",
|
||||
"@backstage/codemods": "workspace:*",
|
||||
"@backstage/create-app": "workspace:*",
|
||||
"@backstage/repo-tools": "workspace:*",
|
||||
"@changesets/cli": "^2.14.0",
|
||||
"@octokit/rest": "^19.0.3",
|
||||
"@spotify/prettier-config": "^14.0.0",
|
||||
|
||||
Reference in New Issue
Block a user