diff --git a/scripts/install b/scripts/install index 06297cc..6cb6fef 100644 --- a/scripts/install +++ b/scripts/install @@ -141,10 +141,10 @@ ynh_setup_source "$final_path" cp ../conf/production.yaml "$final_path/config/production.yaml" touch "$final_path/config/local-production.json" -( - cd "$final_path" - yarn install --production --pure-lockfile -) + + +cd "$final_path" && yarn install --production --pure-lockfile + #================================================= # NGINX CONFIGURATION