Skip to content

Commit

Permalink
install optional deps due to failed install
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeakinTelnet committed Oct 7, 2023
1 parent 9da858a commit 3578bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/blockchains/lodestar/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
become: true
ansible.builtin.command: "{{ item }}"
loop:
- "yarn install --ignore-optional"
- "yarn install"
- "yarn build"
args:
chdir: /opt/lodestar
Expand Down

0 comments on commit 3578bb2

Please sign in to comment.