Kaynağa Gözat

include tsc tests in ci script

Evan You 9 yıl önce
ebeveyn
işleme
08a928e07b
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      build/ci.sh

+ 1 - 0
build/ci.sh

@@ -1,6 +1,7 @@
 set -e
 npm run lint
 npm run flow
+npm run test:types
 npm run test:cover
 npm run test:e2e -- --env phantomjs
 npm run test:ssr