Kaynağa Gözat

Add typecheck to CI

John Lees-Miller 6 yıl önce
ebeveyn
işleme
6078aa963d
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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: