Adding to tsc --skipLibCheck false --incremental false
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user