mirror of
https://github.com/YunoHost-Apps/etherpad_ynh.git
synced 2024-09-03 18:36:10 +02:00
fix
This commit is contained in:
parent
1be283c47e
commit
bde1c69ede
2 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
nodejs_version=21
|
nodejs_version=22
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
|
@ -80,6 +80,7 @@ ynh_script_progression --message="Installing $app..." --weight=10
|
||||||
|
|
||||||
pushd $install_dir
|
pushd $install_dir
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
|
npm install typescript -g
|
||||||
env $ynh_node_load_PATH corepack enable
|
env $ynh_node_load_PATH corepack enable
|
||||||
env $ynh_node_load_PATH corepack prepare pnpm@latest --activate
|
env $ynh_node_load_PATH corepack prepare pnpm@latest --activate
|
||||||
env $ynh_node_load_PATH ETHERPAD_PRODUCTION=true bin/installDeps.sh
|
env $ynh_node_load_PATH ETHERPAD_PRODUCTION=true bin/installDeps.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue