From 561ea772888492eebd6451bacd88f6f9ff0b70d7 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Mon, 7 Mar 2022 20:25:37 +0200 Subject: [PATCH] Fix build --- .github/workflows/tests.yml | 1 + tsconfig.json | 1 + 2 files changed, 2 insertions(+) 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 },