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 5da19e5 commit 4bc61ebCopy full SHA for 4bc61eb
package.py
@@ -821,7 +821,9 @@ def commands_step(path, commands):
821
pip_requirements = claim.get("pip_requirements")
822
poetry_install = claim.get("poetry_install")
823
poetry_export_extra_args = claim.get("poetry_export_extra_args", [])
824
- npm_requirements = claim.get("npm_package_json")
+ npm_requirements = claim.get(
825
+ "npm_requirements", claim.get("npm_package_json")
826
+ )
827
runtime = claim.get("runtime", query.runtime)
828
829
if pip_requirements and runtime.startswith("python"):
0 commit comments