From cb05354e6dc840fb304f6d7d5c81098eb3b5d082 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Mon, 17 Sep 2018 18:21:35 +0530 Subject: [PATCH] yarn without production --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 06297cc..d611476 100644 --- a/scripts/install +++ b/scripts/install @@ -143,7 +143,7 @@ touch "$final_path/config/local-production.json" ( cd "$final_path" - yarn install --production --pure-lockfile + yarn install --pure-lockfile ) #================================================= diff --git a/scripts/restore b/scripts/restore index b755f24..fe319b0 100644 --- a/scripts/restore +++ b/scripts/restore @@ -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 diff --git a/scripts/upgrade b/scripts/upgrade index 44dfff5..5b373a3 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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/ )