From a7eecf090fc143e0feb1a932fabe896e2fd06894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Szyma=C5=84ski?= Date: Wed, 17 Apr 2024 00:06:32 +0200 Subject: [PATCH] Activate corepack for exporter as well --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index f19c450..2fb0c08 100644 --- a/scripts/install +++ b/scripts/install @@ -132,6 +132,7 @@ chmod -R 700 $install_dir/exporter ynh_secure_remove --file=$install_dir/.cache pushd $install_dir/exporter + ynh_exec_warn_less ynh_exec_as "$app" env $ynh_node_load_PATH corepack prepare --activate ynh_exec_as $app env $ynh_node_load_PATH NODE_ENV=production yarn install --immutable ynh_exec_as $app env $ynh_node_load_PATH NODE_ENV=production yarn run playwright install chromium popd