Skip to content

Commit f2b2b23

Browse files
authored
Remove --frozen-lockfile from examples (#171)
1 parent 77504a5 commit f2b2b23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If `run_install` is a YAML string representation of either an object or an array
4040

4141
#### `run_install.args`
4242

43-
**Optional** (_type:_ `string[]`) Additional arguments after `pnpm [recursive] install`, e.g. `[--frozen-lockfile, --strict-peer-dependencies]`.
43+
**Optional** (_type:_ `string[]`) Additional arguments after `pnpm [recursive] install`, e.g. `[--ignore-scripts, --strict-peer-dependencies]`.
4444

4545
### `package_json_file`
4646

@@ -119,7 +119,7 @@ jobs:
119119
version: 10
120120
run_install:
121121
- recursive: true
122-
args: [--frozen-lockfile, --strict-peer-dependencies]
122+
args: [--strict-peer-dependencies]
123123
- args: [--global, gulp, prettier, typescript]
124124
```
125125

0 commit comments

Comments
 (0)