Merge pull request #88 from KengoTODA/make-path-configurable

support projects that have package.json in non-root directory
This commit is contained in:
Khải 2023-07-25 16:59:00 +07:00 committed by GitHub
commit 2ed49cbb02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 5 deletions

View file

@ -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`