From 8affb4eb392df172fb1f4fe0ca91b31388d3627d Mon Sep 17 00:00:00 2001 From: lapineige Date: Thu, 1 Feb 2024 10:09:00 +0100 Subject: [PATCH] build "modern" --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index dabc507..67bc2ee 100644 --- a/scripts/install +++ b/scripts/install @@ -67,6 +67,7 @@ ynh_script_progression --message="Installing app dependencies and creating admin pushd $install_dir ynh_use_nodejs ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH yarn install # Install dependencies + ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH nuxt build --modern=server # Build modern dependency ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH ./server/cli.js users create __ADMIN__ __PASSWORD__ --admin --config ./config.json popd