From 7e12eb3238946cd3b5e427ea5d83694bd7c53c45 Mon Sep 17 00:00:00 2001 From: Limezy Date: Wed, 31 Aug 2022 12:34:57 +0700 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 833768f..2f9ddb2 100755 --- a/scripts/install +++ b/scripts/install @@ -152,6 +152,7 @@ mkdir -p "$final_path/web/" chown -R $app:$app $final_path/build/output/usr/src/app pushd $final_path/build/output/usr/src/app ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH npm ci + ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH npm run build # npm config set user 0 # npm config set unsafe-perm true # sudo /bin/sh entrypoint.sh