Skip to content

Commit

Permalink
Run "yarn prettier" on Appveyor
Browse files Browse the repository at this point in the history
Ensures we don't break the command on Windows by accident.
  • Loading branch information
gaearon authored Jan 7, 2018
1 parent 48833f6 commit 301edea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ test_script:
- yarn flow
- yarn build
- yarn test
- yarn prettier

cache:
- node_modules
Expand Down

0 comments on commit 301edea

Please sign in to comment.