Update validate-typescript.yml

This commit is contained in:
Marc Rousavy 2021-02-23 14:22:05 +01:00
parent 27ec27abcd
commit 96b9ca666e

View File

@ -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