From df57bede6ceff2adf08c2a69d2fa77059ccd4479 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 15 Mar 2022 18:27:03 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index a6ce815..3ed66ec 100755 --- a/scripts/install +++ b/scripts/install @@ -142,7 +142,7 @@ ynh_script_progression --message="Installing Misskey..." --weight=15 pushd "$final_path" ynh_use_nodejs ynh_exec_warn_less yarn add ts-node webpack - ynh_exec_warn_less yarn build + ynh_exec_warn_less NODE_ENV=production yarn build ynh_exec_warn_less yarn run init popd