diff --git a/.github/workflows/validate-typescript.yml b/.github/workflows/validate-typescript.yml index 28e294a..0e7600b 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