Merge pull request #13462 from backstage/rugvip/clean

cli: add 'repo clean' command
This commit is contained in:
Patrik Oldsberg
2022-09-01 17:49:49 +02:00
committed by GitHub
7 changed files with 92 additions and 3 deletions
@@ -13,7 +13,7 @@
"build-image": "yarn workspace backend build-image",
"tsc": "tsc",
"tsc:full": "tsc --skipLibCheck false --incremental false",
"clean": "backstage-cli clean && lerna run clean",
"clean": "backstage-cli repo clean",
"diff": "lerna run diff --",
"test": "backstage-cli test",
"test:all": "lerna run test -- --coverage",