From d66e3caeb1fc62b72126c8915e3ab7d962886d06 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 25 Aug 2021 18:41:44 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 992c346..f678f9f 100644 --- a/scripts/install +++ b/scripts/install @@ -120,8 +120,8 @@ ynh_script_progression --message="Building $app... (this will take some time and pushd "$final_path" ynh_use_nodejs - ynh_exec_warn_less ynh_exec_as $app npm install - ynh_exec_warn_less ynh_exec_as $app npm run build + ynh_exec_warn_less ynh_exec_as $app ynh_npm install + ynh_exec_warn_less ynh_exec_as $app ynh_npm run build popd #=================================================