chore: create build plugins report script

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2023-10-09 22:49:54 +02:00
parent 431de8acbc
commit 882c5d5a5f
4 changed files with 158 additions and 2 deletions
+2
View File
@@ -13,6 +13,7 @@
"build:api-reports": "yarn build:api-reports:only --tsc",
"build:api-reports:only": "backstage-repo-tools api-reports --allow-warnings 'packages/core-components,plugins/+(catalog|catalog-import|git-release-manager|jenkins|kubernetes)' -o ae-wrong-input-file-type --validate-release-tags",
"build:api-docs": "LANG=en_EN yarn build:api-reports --docs",
"build:plugins-report": "node ./scripts/build-plugins-report",
"tsc": "tsc",
"tsc:full": "backstage-cli repo clean && tsc --skipLibCheck false --incremental false",
"clean": "backstage-cli repo clean",
@@ -83,6 +84,7 @@
"lint-staged": "^13.0.0",
"minimist": "^1.2.5",
"node-gyp": "^9.4.0",
"open": "^7.2.1",
"prettier": "^2.2.1",
"semver": "^7.5.3",
"shx": "^0.3.2",