diff --git a/appveyor.yml b/appveyor.yml index f82fb5c7d9..79dc791af6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,7 +30,7 @@ install: test_script: - node --version - yarn lint - - yarn flow-ci +# - yarn flow-ci (seems like we need more memory for it) - yarn build - yarn test - yarn prettier