mirror of
https://code.forgejo.org/pnpm/action-setup.git
synced 2025-05-17 12:24:45 +00:00
Merge pull request #88 from KengoTODA/make-path-configurable
support projects that have package.json in non-root directory
This commit is contained in:
commit
2ed49cbb02
5 changed files with 15 additions and 5 deletions
|
@ -38,6 +38,10 @@ If `run_install` is a YAML string representation of either an object or an array
|
|||
|
||||
**Optional** (_type:_ `string[]`) Additional arguments after `pnpm [recursive] install`, e.g. `[--frozen-lockfile, --strict-peer-dependencies]`.
|
||||
|
||||
### `package_json_file`
|
||||
|
||||
**Optional** File path to the `package.json` to read "packageManager" configutation. If not specified, `package.json` in the project root directory is used.
|
||||
|
||||
## Outputs
|
||||
|
||||
### `dest`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue