1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00

Update install

This commit is contained in:
Éric Gaspar 2024-06-06 12:29:02 +02:00
parent babc2e7b4c
commit 26126406be

View file

@ -83,6 +83,8 @@ pushd $install_dir
ynh_exec_warn_less env $ynh_node_load_PATH corepack enable
ynh_exec_warn_less env $ynh_node_load_PATH corepack prepare pnpm@latest --activate
ynh_exec_warn_less env $ynh_node_load_PATH ETHERPAD_PRODUCTION=true COREPACK_ENABLE_DOWNLOAD_PROMPT=0 bin/installDeps.sh
ynh_exec_warn_less env $ynh_node_load_PATH ETHERPAD_PRODUCTION=true COREPACK_ENABLE_DOWNLOAD_PROMPT=0 $install_dir/admin pnpm run build
cp $install_dir/dist/* $install_dir/src/templates/admin
popd
#=================================================