From 59a1feac390c98d0ffd8124e7426c95ada54b1e3 Mon Sep 17 00:00:00 2001 From: Jacky Zhao Date: Sat, 22 Jul 2023 17:42:13 -0700 Subject: [PATCH] oops actually use npm run check --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a1c2c580..41c60231 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,8 +29,9 @@ jobs: ${{ runner.os }}-node- - run: npm ci + - name: Check types and style - run: npm check + run: npm run check - name: Test run: npm test