diff --git a/circle.yml b/circle.yml index b833e68d..5af71bcb 100644 --- a/circle.yml +++ b/circle.yml @@ -4,4 +4,7 @@ machine: test: override: - - npm run ci + - npm run lint + - npm run flow + - npm run test:cover + - npm run test:ssr