We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77504a5 commit f2b2b23Copy full SHA for f2b2b23
1 file changed
README.md
@@ -40,7 +40,7 @@ If `run_install` is a YAML string representation of either an object or an array
40
41
#### `run_install.args`
42
43
-**Optional** (_type:_ `string[]`) Additional arguments after `pnpm [recursive] install`, e.g. `[--frozen-lockfile, --strict-peer-dependencies]`.
+**Optional** (_type:_ `string[]`) Additional arguments after `pnpm [recursive] install`, e.g. `[--ignore-scripts, --strict-peer-dependencies]`.
44
45
### `package_json_file`
46
@@ -119,7 +119,7 @@ jobs:
119
version: 10
120
run_install:
121
- recursive: true
122
- args: [--frozen-lockfile, --strict-peer-dependencies]
+ args: [--strict-peer-dependencies]
123
- args: [--global, gulp, prettier, typescript]
124
```
125
0 commit comments