add yarn.lock and tests to .npmignore and add yarn instructions to README

master
Mateusz Zatorski 2017-01-11 16:30:46 +00:00
parent ccf6f846f0
commit 1fe0833662
2 changed files with 16 additions and 3 deletions

3
.npmignore Normal file
View File

@ -0,0 +1,3 @@
yarn.lock
tests
tests_config

View File

@ -86,10 +86,20 @@ into account, wrapping code when necessary.
Install:
```
npm install [-g] prettier
yarn add prettier
```
You can install it globally if you like.
You can install it globally if you like:
```
yarn global add prettier
```
*We're defaulting to `yarn` but you can use `npm` if you like:
```
npm install [-g] prettier
```
### CLI
@ -188,7 +198,7 @@ Better docs will come soon.
We will work on better docs over time, but in the mean time, here are
a few notes if you are interested in contributing:
* You should be able to get up and running with just `npm install`
* You should be able to get up and running with just `yarn`
* This uses jest snapshots for tests. The entire Flow test suite is
included here and you can make changes and run `jest -u` and then
`git diff` to see the styles that changed. Always update the