From 5f4d6581887d77e5dececb6ed9e0b22e7d849edf Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Sat, 4 Feb 2023 22:03:43 +0100 Subject: [PATCH] Update restore --- scripts/restore | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index c13a51a..ea467a0 100644 --- a/scripts/restore +++ b/scripts/restore @@ -85,8 +85,6 @@ pushd "$final_path" corepack enable corepack prepare pnpm@latest --activate ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm install - ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH NODE_ENV=production pnpm build - ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm init popd #=================================================