Open patricksturm opened 3 years ago
I found the problem. It's because the package.json
is not directly in the root directory. It is in a subdirectory. Will create a PR.
The same seems to be true for php / composer. Although phpunit is declared (as it should be) under require-dev
, it is identified as a production type.
I ran into this as well. Is there a way to specify a working dir?
Same is happening for ruby dependencies
Our devDependencies are NOT recognized as
dependency type: development
.Extract from
package.json
:And output from the GithubAction:
and
Any suggestions?