Add options list for yarn install

This commit is contained in:
Alexander Svetly 2018-04-07 13:38:56 +03:00 committed by GitHub
parent 9bb866cf36
commit c0e10a8da9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

19
yarn.md
View File

@ -19,6 +19,25 @@ tags: [Featurable]
| `./node_modules/.bin/gulp` | `yarn run gulp` |
{: .-left-align.-headers}
### yarn install
```
--no-lockfile
--pure-lockfile
--frozen-lockfile
--silent
--offline
--update-checksums
--check-files
--flat
--force
--ignore-scripts
--modules-folder <path>
--production[=true|false]
```
These options are available for `yarn install`.
### yarn add
```