chore: added build:all flag for building packages

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam 2024-04-16 17:08:48 +02:00
parent 48d82e2e7c
commit 3ca5025a85
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
"scripts": {
"tsc": "tsc",
"tsc:full": "tsc --skipLibCheck false --incremental false",
"build:all": "backstage-cli repo build --all",
"clean": "backstage-cli repo clean",
"test": "backstage-cli repo test",
"test:all": "backstage-cli repo test --coverage",

View File

@ -8,6 +8,7 @@
"scripts": {
"tsc": "tsc",
"tsc:full": "tsc --skipLibCheck false --incremental false",
"build:all": "backstage-cli repo build --all",
"clean": "backstage-cli repo clean",
"test": "backstage-cli repo test",
"test:all": "backstage-cli repo test --coverage",