Skip to content

Commit ce4c33f

Browse files
fix: added mapping for alias intallation
1 parent eb563bb commit ce4c33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbooks/roles/edxapp/tasks/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
# Installing npm aliases
321321
- name: Install NPM aliases
322322
shell: >
323-
npm install {{ item.value }}
323+
npm install {{ item.key }}@{{ item.value }}
324324
args:
325325
chdir: "{{ edxapp_code_dir }}"
326326
environment: "{{ edxapp_environment | combine(git_ssh_environment_mixin) }}"

0 commit comments

Comments
 (0)