Adding to tsc --skipLibCheck false --incremental false

Signed-off-by: cmoulliard <cmoulliard@redhat.com>
This commit is contained in:
cmoulliard
2024-01-18 16:12:30 +01:00
parent 4ed5ffebdf
commit 95b4910cf8
+1 -1
View File
@@ -161,7 +161,7 @@ jobs:
cache-prefix: ${{ runner.os }}-v${{ matrix.node-version }}
- name: build type declarations
run: yarn tsc:full
run: yarn tsc --skipLibCheck false --incremental false
- name: build packages
run: yarn backstage-cli repo build