From 78454dfa54d42f2e47f5fbaa855f1efa214ff650 Mon Sep 17 00:00:00 2001 From: Andrew Chou Date: Mon, 22 Apr 2024 13:39:37 -0400 Subject: [PATCH] fix types check command for backend job --- .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 f1f9e5ea7..4987ef317 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: npm ci --ignore-scripts npm run postinstall - name: Check types - run: npm run types + run: npm run lint:types frontend: runs-on: ubuntu-latest