testing yarn fail on some vps

This commit is contained in:
anmol26s 2018-07-23 01:44:23 +05:30
parent 8cbd4a2250
commit bc297b63fd
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ touch "$final_path/config/local-production.json"
(
cd "$final_path"
yarn install --production --pure-lockfile --silent --cache-folder /var/cache/yarn/
yarn install --production --pure-lockfile
)
#=================================================