From cdebdbbc3c163386097369fb1ec989eadd90b787 Mon Sep 17 00:00:00 2001 From: Julian Gruber Date: Sun, 13 Oct 2024 12:10:41 +0200 Subject: [PATCH] ci: assert type definition was created --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0203515..d11666b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: - run: npm run test:lint if: matrix.os != 'windows-latest' - run: npm run test:unit + - run: stat dist/index.d.ts test-locales: runs-on: ubuntu-latest