Fixed yarn in upgrade

This commit is contained in:
anmol26s 2018-10-01 03:48:19 +05:30
parent 7ace962a47
commit 32be03ee26

View file

@ -130,7 +130,7 @@ ynh_secure_remove "$tmpdir"
(
cd "$final_path"
yarn install --production --pure-lockfile --silent --cache-folder /var/cache/yarn/
yarn install --production --pure-lockfile
)