mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
Fix corepack loading in upgrade
This commit is contained in:
parent
f2d7c2968b
commit
ca7562051c
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ ynh_script_progression --message="Building Yarn dependencies..."
|
|||
pushd "$install_dir"
|
||||
ynh_use_nodejs
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install npm@latest
|
||||
ynh_exec_warn_less corepack enable
|
||||
ynh_exec_warn_less env $ynh_node_load_PATH corepack enable
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn config set network-timeout 300000
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install --production --pure-lockfile
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn cache clean
|
||||
|
|
Loading…
Add table
Reference in a new issue