Add options list for yarn install
This commit is contained in:
parent
9bb866cf36
commit
c0e10a8da9
19
yarn.md
19
yarn.md
|
@ -19,6 +19,25 @@ tags: [Featurable]
|
||||||
| `./node_modules/.bin/gulp` | `yarn run gulp` |
|
| `./node_modules/.bin/gulp` | `yarn run gulp` |
|
||||||
{: .-left-align.-headers}
|
{: .-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
|
### yarn add
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue