Sfoglia il codice sorgente

Add typecheck to CI

John Lees-Miller 6 anni fa
parent
commit
6078aa963d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      libraries/o-error/.circleci/config.yml

+ 1 - 0
libraries/o-error/.circleci/config.yml

@@ -11,6 +11,7 @@ jobs:
           steps:
             - run: npm install
             - run: npm run lint
+            - run: npm run typecheck
             - run: npm test
 workflows:
   build-and-test: