Skip to content

Commit

Permalink
Fix npm_requirements not running npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
phildier committed Oct 20, 2023
1 parent e2500c0 commit 692697e
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 @@ -791,7 +791,7 @@ def commands_step(path, commands):
prefix = claim.get('prefix_in_zip')
pip_requirements = claim.get('pip_requirements')
poetry_install = claim.get("poetry_install")
npm_requirements = claim.get('npm_package_json')
npm_requirements = claim.get('npm_requirements')
runtime = claim.get('runtime', query.runtime)

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

0 comments on commit 692697e

Please sign in to comment.