cli: switch repo lint --cache option to --successCache and --successCacheDir

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-10-07 16:37:03 +02:00
parent beaa723f1e
commit 50cc7351cf
8 changed files with 21 additions and 15 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ jobs:
run: node scripts/verify-release.js
- name: lint changed packages
run: yarn backstage-cli repo lint --since origin/master --cache
run: yarn backstage-cli repo lint --since origin/master --successCache
- name: test changed packages
run: yarn backstage-cli repo test --maxWorkers=3 --workerIdleMemoryLimit=1300M --since origin/master
+1 -1
View File
@@ -94,7 +94,7 @@ jobs:
run: yarn backstage-cli config:check --lax
- name: lint
run: yarn backstage-cli repo lint --cache
run: yarn backstage-cli repo lint --successCache
- name: type checking and declarations
run: yarn tsc:full
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
run: yarn install --immutable
- name: lint
run: yarn backstage-cli repo lint --cache
run: yarn backstage-cli repo lint --successCache
- name: type checking and declarations
run: yarn tsc:full