mirror of
https://github.com/pnpm/action-setup.git
synced 2026-07-04 11:25:38 +00:00
Compare commits
3 Commits
6f71a44c65
...
c7c3994512
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c7c3994512 | ||
|
|
f2b2b233b5 | ||
|
|
77504a59bc |
@ -36,7 +36,7 @@ If `run_install` is a YAML string representation of either an object or an array
|
||||
|
||||
#### `run_install.args`
|
||||
|
||||
**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]`.
|
||||
|
||||
### `package_json_file`
|
||||
|
||||
@ -113,9 +113,9 @@ jobs:
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 10
|
||||
run_install: |
|
||||
run_install:
|
||||
- recursive: true
|
||||
args: [--frozen-lockfile, --strict-peer-dependencies]
|
||||
args: [--strict-peer-dependencies]
|
||||
- args: [--global, gulp, prettier, typescript]
|
||||
```
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user