cli: make skipLibCheck default in tsconfig, but provide tsc:full

This commit is contained in:
Patrik Oldsberg
2020-09-07 17:30:57 +02:00
parent 817d958026
commit 3ec99fbc55
8 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ jobs:
run: yarn lerna -- run lint --since origin/master
- name: type checking and declarations
run: yarn tsc --incremental false
run: yarn tsc:full
- name: build changed packages
if: ${{ steps.yarn-lock.outcome == 'success' }}
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
run: yarn lerna -- run lint
- name: type checking and declarations
run: yarn tsc --incremental false
run: yarn tsc:full
- name: verify type dependencies
run: yarn lint:type-deps
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
run: yarn lerna -- run lint
- name: type checking and declarations
run: yarn tsc --incremental false
run: yarn tsc:full
- name: build
run: yarn build