diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 68564a67..70e91c2b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,4 +22,5 @@ jobs: node-version: ${{ matrix.node-version }} - run: yarn - run: yarn lint + - run: yarn build - run: yarn test diff --git a/tsconfig.json b/tsconfig.json index f6f2792b..1177f2f9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "module": "commonjs", "target": "es6", "lib": ["es2019"], + "skipLibCheck": true, "strict": true, "declaration": true },