From 007aeacb102c9d94520c803c341fc9bbcfbde366 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Fri, 14 Jun 2024 18:22:54 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index fd95f13..fc04f65 100755 --- a/scripts/install +++ b/scripts/install @@ -89,7 +89,7 @@ ynh_script_progression --message="Deploying $app..." pushd "$install_dir" ynh_use_nodejs - # ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH APP_ENV=local $ynh_npm install moment-locales-webpack-plugin + ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH APP_ENV=local yarn install moment-locales-webpack-plugin ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH NODE_ENV=production APP_ENV=local yarn install --production ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH NODE_ENV=production APP_ENV=local yarn run production ynh_exec_warn_less ynh_exec_as $app php$phpversion artisan setup:production --force --email=$email --password=$password