chore: added default to template

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam 2024-04-22 18:00:03 +02:00
parent 6c0be994f2
commit bb77499196
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
"tsc": "tsc",
"tsc:full": "tsc --skipLibCheck false --incremental false",
"build:all": "backstage-cli repo build --all",
"build:api-reports": "yarn build:api-reports:only --tsc",
"build:api-reports:only": "backstage-repo-tools api-reports -o ae-wrong-input-file-type -o ae-undocumented --validate-release-tags",
"clean": "backstage-cli repo clean",
"test": "backstage-cli repo test",
"test:all": "backstage-cli repo test --coverage",