From ca397ec256e8bd61d73d0ece1ec0050d6490f65f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 13 May 2024 16:27:39 +0200 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index dfe7269..ea12dcf 100644 --- a/scripts/install +++ b/scripts/install @@ -49,6 +49,7 @@ pushd "$install_dir" ynh_use_nodejs npm ci npm install + BUILD_MODE=dist npm run build npm link #ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install #ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH BUILD_MODE=dist $ynh_npm run build