diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bacbba3..7d20207 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: run: nci - name: Typecheck - run: nr typecheck + run: nr type-check test: runs-on: ${{ matrix.os }} diff --git a/.vscode/settings.json b/.vscode/settings.json index 2898360..7dfa8aa 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -33,6 +33,7 @@ "rushstack", "Sider", "tailwindcss", + "Typecheck", "unplugin", "VITE", "vueuse"