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 7c3d510Copy full SHA for 7c3d510
package.py
@@ -814,7 +814,9 @@ 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(
818
+ "npm_requirements", claim.get("npm_package_json")
819
+ )
820
runtime = claim.get("runtime", query.runtime)
821
822
if pip_requirements and runtime.startswith("python"):
0 commit comments