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

Fix restore

This commit is contained in:
Tagada 2024-02-22 23:03:51 +01:00 committed by Félix Piédallu
parent 24b4b59541
commit c14fcb76f7

View file

@ -61,6 +61,7 @@ ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
ynh_script_progression --message="Installing Yarn dependencies..." --weight=10
pushd "$final_path/live"
ynh_use_nodejs
corepack enable
yarn install
popd