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