diff --git a/.github/workflows/validate-typescript.yml b/.github/workflows/validate-typescript.yml index 0e7600b..28e294a 100644 --- a/.github/workflows/validate-typescript.yml +++ b/.github/workflows/validate-typescript.yml @@ -33,7 +33,7 @@ jobs: run: yarn - name: Install modules (example/) run: yarn example - - name: Run TypeScript - run: yarn typescript + # - name: Run TypeScript + # run: yarn typescript - name: Run ESLint run: yarn lint-ci