chore: added default to template
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
parent
6c0be994f2
commit
bb77499196
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue