2
0
Evan You 10 жил өмнө
parent
commit
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