We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b643eb commit 063224dCopy full SHA for 063224d
package.py
@@ -814,7 +814,7 @@ def commands_step(path, commands):
814
pip_requirements = claim.get("pip_requirements")
815
poetry_install = claim.get("poetry_install")
816
poetry_export_extra_args = claim.get("poetry_export_extra_args", [])
817
- npm_requirements = claim.get("npm_package_json")
+ npm_requirements = claim.get("npm_requirements")
818
runtime = claim.get("runtime", query.runtime)
819
820
if pip_requirements and runtime.startswith("python"):
0 commit comments