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/ )