From e8e9a7917cd8224120aa4afb72617066c19b23fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 13 Sep 2022 08:16:42 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 8f8c94e..d2c49c3 100755 --- a/scripts/install +++ b/scripts/install @@ -100,8 +100,8 @@ ynh_script_progression --message="Configuring the app..." --weight=10 pushd $final_path ynh_use_nodejs - npm install -g npm@latest serve - #npm install + #npm install -g npm@latest serve + npm install npm run build popd