1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/iceshrimp_ynh.git synced 2024-09-03 19:15:54 +02:00
This commit is contained in:
oufmilo 2023-12-21 22:42:50 +01:00
parent f076256187
commit 1f6d972e5e

View file

@ -70,7 +70,7 @@ pushd "$install_dir"
ynh_use_nodejs
corepack enable
corepack prepare --activate
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH git lfs install && git lfs pull
ynh_exec_warn_less ynh_exec_as $app git lfs install && git lfs pull
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH NODE_ENV=production yarn build
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn run init