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
+2 -2
View File
@@ -13,8 +13,8 @@
"build:api-reports:only": "ts-node -T -P scripts/tsconfig.json scripts/api-extractor.ts",
"build:api-docs": "yarn build:api-reports --docs",
"tsc": "tsc",
"tsc:full": "backstage-cli clean && tsc --skipLibCheck false --incremental false",
"clean": "backstage-cli clean && lerna run clean",
"tsc:full": "backstage-cli repo clean && tsc --skipLibCheck false --incremental false",
"clean": "backstage-cli repo clean",
"diff": "lerna run diff --",
"test": "backstage-cli test",
"test:all": "lerna run test -- --coverage",