diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60c29081..74e9c980 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,8 +41,8 @@ jobs: - name: Lint run: yarn lint - - name: Typecheck - run: yarn typecheck + # - name: Typecheck + # run: yarn typecheck - name: Build run: yarn build