Closed bbugh closed 3 years ago
@bbugh Just curious, where is your package.json located?
Can probably provide an option to customize the path.
Hi! Thanks for the quick response. The repo in question does not have a package.json, as it does not use any JavaScript.
@bbugh Oh wow, never even thought about this being used in a non-JS project 😅
Auto-creating it seems like a viable solution then.
Added, but havent tested thoroughly
As title says, the action expects that a package.json is in the root folder, which is not always the case for monorepos. If a package.json is not found, creating one before running
npm ci
would resolve this issue.