Skip to content

Commit

Permalink
fix: without breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z authored Sep 25, 2024
1 parent 063224d commit bbf61bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.py
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ def commands_step(path, commands):
pip_requirements = claim.get("pip_requirements")
poetry_install = claim.get("poetry_install")
poetry_export_extra_args = claim.get("poetry_export_extra_args", [])
npm_requirements = claim.get("npm_requirements")
npm_requirements = claim.get("npm_requirements", claim.get("npm_package_json"))
runtime = claim.get("runtime", query.runtime)

if pip_requirements and runtime.startswith("python"):
Expand Down

0 comments on commit bbf61bf

Please sign in to comment.