1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

yarn install to get needed modules: ~5min -> ~15min

This commit is contained in:
A Holt 2019-07-01 15:49:55 -04:00 committed by GitHub
parent 68bf55d4d2
commit 83e269e4e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
state: directory
owner: "root"
- name: Run yarn install to get needed modules (CAN TAKE ~5 MINUTES)
- name: Run yarn install to get needed modules (CAN TAKE ~15 MINUTES)
command: sudo yarn add @internetarchive/dweb-archive @internetarchive/dweb-mirror
args:
chdir: "{{ internetarchive_dir }}"