From 461cc626cbdee785fbc7d8d2d96dc353039566a3 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 8 May 2021 16:26:09 +0200 Subject: [PATCH] Update install --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index 377bc6e..0247e8c 100644 --- a/scripts/install +++ b/scripts/install @@ -117,7 +117,6 @@ chown -R $app: $final_path pushd "$final_path" || ynh_die ynh_use_nodejs ynh_exec_warn_less bin/setup - npm install -g phantomjs@2.1.1 --unsafe-perm ynh_exec_as $app env $ynh_node_load_PATH npm update ynh_exec_as $app env $ynh_node_load_PATH npm run build popd || ynh_die