Run "yarn prettier" on Appveyor

Ensures we don't break the command on Windows by accident.
This commit is contained in:
Dan Abramov 2018-01-07 11:50:24 +00:00 committed by GitHub
parent 48833f698d
commit 301edeaac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,7 @@ test_script:
- yarn flow - yarn flow
- yarn build - yarn build
- yarn test - yarn test
- yarn prettier
cache: cache:
- node_modules - node_modules