From 08f02d7e4045fa1e644f0757e219b84a6bc8dffd Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 21 Feb 2024 17:08:44 +0100 Subject: [PATCH] chore: update ci script --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20ca71e..bfe6620 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - run: pnpm install - run: pnpm lint if: matrix.os == 'ubuntu-latest' - - run: test:types + - run: pnpm test:types if: matrix.os == 'ubuntu-latest' - run: pnpm build if: matrix.os == 'ubuntu-latest'