yarn without production

This commit is contained in:
anmol26s 2018-09-17 18:21:35 +05:30
parent f5101da647
commit cb05354e6d
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"
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"
yarn install --production --pure-lockfile --silent --cache-folder /var/cache/yarn/
yarn install --pure-lockfile --silent --cache-folder /var/cache/yarn/
)
# Set right permissions

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 --pure-lockfile --silent --cache-folder /var/cache/yarn/
)