From ca2b07e4fc21e8b207b4ed3c9ac6311d6bb58152 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 2 Jul 2021 09:13:24 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 02eeb43..44c5c7a 100644 --- a/scripts/install +++ b/scripts/install @@ -124,8 +124,8 @@ chown -R $app $final_path pushd $final_path/install #ynh_exec_as $app env $ynh_node_load_PATH #ynh_exec_as $app env $ynh_node_load_PATH $final_path/nodebb setup #-l > $install_log - ynh_exec_as $app env $ynh_node_load_PATH npm install - ynh_exec_as $app env $ynh_node_load_PATH npm build + npm install + npm build #npm install nodebb-plugin-dbsearch --save-prod #./nodebb build -l #ynh_exec_as $app ./nodebb setup -l > $install_log