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

Update install

This commit is contained in:
Éric Gaspar 2023-12-09 14:21:49 +01:00
parent 2c3b8ab555
commit 599a79641e

View file

@ -63,7 +63,7 @@ pushd $install_dir
ynh_use_nodejs
sudo -u $app env $ynh_node_load_PATH BUILD_SEQUENCIAL=1 yarn install --inline-builds
sudo -u $app env $ynh_node_load_PATH yarn cache clean
rm -rf .yarn/berry
ynh_secure_remove .yarn/berry
popd
#=================================================