Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add explicit error when
files
is missing from package.json (oc…
…lif#1577) (oclif#1578) * fix: add explicit error when `files` is missing from package.json (oclif#1577) If `files` is missing from the package.json, `oclif manifest` would throw an unhelpful error ``` TypeError: Cannot read properties of undefined (reading 'find') ``` This makes sure that the user knows how to fix the issue * chore: compilation error --------- Co-authored-by: Mathieu Dutour <[email protected]>
- Loading branch information