We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When targeting a function folder as the path, the ./package.json is not recognized as a folder with deps.
./package.json
netlify-lambda install functions/some-function
I think it would be nice to be able to allow a target on install in the case you want to only run it on one sub-dir.
The text was updated successfully, but these errors were encountered:
fix: recognize package.json in the root target also
00eeee7
This recognizes the root package.json as well as sub directories containing package.json closes netlify#174
[email protected]
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When targeting a function folder as the path, the
./package.json
is not recognized as a folder with deps.I think it would be nice to be able to allow a target on install in the case you want to only run it on one sub-dir.
The text was updated successfully, but these errors were encountered: