ソースを参照

also run flow on ci

Evan You 10 年 前
コミット
f90b696060
1 ファイル変更1 行追加0 行削除
  1. 1 0
      circle.yml

+ 1 - 0
circle.yml

@@ -5,5 +5,6 @@ machine:
 test:
   override:
     - npm run lint
+    - npm run flow
     - npm run test:cover # only run unit tests in Phantom for now before we setup SauceLabs
     - npm run test:ssr