From 156060c8e6ac53738ebc0a0b48866019414d2b33 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 15 Sep 2022 23:12:51 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d2c49c3..7d2317d 100755 --- a/scripts/install +++ b/scripts/install @@ -100,7 +100,7 @@ ynh_script_progression --message="Configuring the app..." --weight=10 pushd $final_path ynh_use_nodejs - #npm install -g npm@latest serve + npm install -g npm@latest serve npm install npm run build popd