mirror of
https://github.com/YunoHost-Apps/piped_ynh.git
synced 2024-09-03 20:05:54 +02:00
Update install
This commit is contained in:
parent
300275ea04
commit
1ce7de8fea
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ chown -R $app:www-data "$install_dir"
|
|||
ynh_script_progression --message="Building UI..." --weight=5
|
||||
|
||||
pushd $install_dir/build
|
||||
env $ynh_node_load_PATH corepack enable
|
||||
env $ynh_node_load_PATH corepack prepare pnpm@latest --activate
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH corepack enable
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH corepack prepare pnpm@latest --activate
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm install
|
||||
|
|
Loading…
Add table
Reference in a new issue