1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calckey_ynh.git synced 2024-09-03 18:16:18 +02:00
This commit is contained in:
lapineige 2023-02-02 01:13:16 +01:00 committed by GitHub
parent e6076bcb5f
commit 568bd3215b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,6 +75,13 @@ ynh_install_nodejs --nodejs_version=$NODEJS_VERSION
ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" --package="yarn" --key="https://dl.yarnpkg.com/debian/pubkey.gpg"
# enable pnpm again
pushd "$final_path"
ynh_use_nodejs
corepack enable
corepack prepare pnpm@latest --activate
popd
#=================================================
# RESTORE THE NGINX CONFIGURATION
#=================================================