You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following issue, trying to run the Github Action on a "mono repo". So for example I have:
root/
| - Client
| |- Lighthouse should run here
|
|- Server
So with that folder structure, when I run lighthouse throw the following error...
error Couldn't find a package.json file in "/home/runner/work/***/***"
Error: LHCI 'collect' has encountered a problem.
And make sense, since the package.json in on "/home/runner/work///client", right now I'm using configPath: ./client/lighthouserc.js' but I wasn't able to fin something like that to say, runPath or workingDirectory.
Any ideas? It's just me using it in a wrong way?
Thanks for you time guys! You did and excellent work with this!
The text was updated successfully, but these errors were encountered:
I have the following issue, trying to run the Github Action on a "mono repo". So for example I have:
So with that folder structure, when I run lighthouse throw the following error...
And make sense, since the package.json in on "/home/runner/work///client", right now I'm using
configPath: ./client/lighthouserc.js'
but I wasn't able to fin something like that to say,runPath
orworkingDirectory
.Any ideas? It's just me using it in a wrong way?
The text was updated successfully, but these errors were encountered: