Compare commits

...

1 commit

Author SHA1 Message Date
anmol26s cb05354e6d yarn without production 2018-09-17 18:21:35 +05:30
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -130,7 +130,7 @@ ynh_restore_file "/etc/logrotate.d/$app"
( (
cd "$final_path" cd "$final_path"
yarn install --production --pure-lockfile --silent --cache-folder /var/cache/yarn/ yarn install --pure-lockfile --silent --cache-folder /var/cache/yarn/
) )
# Set right permissions # Set right permissions

View file

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