mirror of
https://github.com/pnpm/action-setup.git
synced 2026-03-01 07:51:02 +08:00
Remove unused recursive option from README
This commit is contained in:
parent
77504a59bc
commit
d380165817
@ -30,10 +30,6 @@ If `run_install` is `true`, pnpm will install dependencies recursively.
|
|||||||
|
|
||||||
If `run_install` is a YAML string representation of either an object or an array, pnpm will execute every install commands.
|
If `run_install` is a YAML string representation of either an object or an array, pnpm will execute every install commands.
|
||||||
|
|
||||||
#### `run_install.recursive`
|
|
||||||
|
|
||||||
**Optional** (_type:_ `boolean`, _default:_ `false`) Whether to use `pnpm recursive install`.
|
|
||||||
|
|
||||||
#### `run_install.cwd`
|
#### `run_install.cwd`
|
||||||
|
|
||||||
**Optional** (_type:_ `string`) Working directory when run `pnpm [recursive] install`.
|
**Optional** (_type:_ `string`) Working directory when run `pnpm [recursive] install`.
|
||||||
@ -118,8 +114,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: 10
|
version: 10
|
||||||
run_install:
|
run_install:
|
||||||
- recursive: true
|
- args: [--frozen-lockfile, --strict-peer-dependencies]
|
||||||
args: [--frozen-lockfile, --strict-peer-dependencies]
|
|
||||||
- args: [--global, gulp, prettier, typescript]
|
- args: [--global, gulp, prettier, typescript]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user