File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments