From 8ea027d32b555be07ec83c8492d4b3d0f1fa95e1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 23 Jul 2020 10:16:45 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index bf5ce33..b5bd7c5 100644 --- a/scripts/install +++ b/scripts/install @@ -178,7 +178,7 @@ chown -R "$app":"$app" $final_path pushd "$final_path" ynh_use_nodejs - sudo -u $app env $ynh_node_load_PATH yarn install --production --pure-lockfile + sudo -u $app env $ynh_node_load_PATH yarn install --production #--pure-lockfile popd #=================================================