Update to 2022-07-21 18:00

master
Daniel Berteaud 2 years ago
parent 9994cd037b
commit fbf1052684
  1. 2
      roles/appsmith/tasks/install.yml

@ -117,7 +117,7 @@
path: "{{ appsmith_root_dir }}/src/app/client"
- name: Install NodeJS dependencies
command: ./node_modules/yarn/bin/yarn install
command: unset http_proxy; unset https_proxy; unset all_proxy; && ./node_modules/yarn/bin/yarn install
args:
chdir: "{{ appsmith_root_dir }}/src/app/client"

Loading…
Cancel
Save