mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
reverts https://github.com/YunoHost-Apps/peertube_ynh/pull/397 as it's a different PR
This commit is contained in:
parent
f6eff70b3f
commit
2b637ec674
1 changed files with 0 additions and 1 deletions
|
@ -164,7 +164,6 @@ ynh_script_progression --message="Building Yarn dependencies..."
|
|||
pushd "$final_path"
|
||||
ynh_use_nodejs
|
||||
npm install -g npm
|
||||
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
|
||||
popd
|
||||
|
|
Loading…
Reference in a new issue