Skip to content

Commit

Permalink
chore: removed unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 committed Aug 28, 2024
1 parent 0b4923c commit c123cee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tubular/scripts/frontend_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def install_requirements_npm_aliases(self):
npm_aliases = self.get_npm_aliases_config()
if npm_aliases:
aliased_installs = ' '.join(['{}@{}'.format(k, v) for k, v in npm_aliases.items()])
# Use the locally installed npm at ./node_modules/.bin/npm to install aliases
install_aliases_proc = subprocess.Popen(
['npm install {}'.format(aliased_installs)],
cwd=self.app_name,
Expand Down

0 comments on commit c123cee

Please sign in to comment.