mirror of
https://github.com/YunoHost-Apps/calckey_ynh.git
synced 2024-09-03 18:16:18 +02:00
typo + reordering + remove yarn
This commit is contained in:
parent
0eabbf391c
commit
deec8d72f6
1 changed files with 2 additions and 4 deletions
|
@ -74,8 +74,6 @@ 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"
|
||||
|
||||
#=================================================
|
||||
# CREATE DEDICATED USER
|
||||
#=================================================
|
||||
|
@ -134,10 +132,10 @@ ynh_script_progression --message="Building app..." --weight=15
|
|||
|
||||
pushd "$final_path"
|
||||
ynh_use_nodejs
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm run clean-all
|
||||
ynh_exec_warn_less ynh_exec_as $appcorepack enable
|
||||
ynh_exec_warn_less ynh_exec_as $app corepack enable
|
||||
ynh_exec_warn_less ynh_exec_as $app corepack prepare pnpm@latest --activate
|
||||
ynh_exec_warn_less ynh_exec_as $app pnpm i
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm run clean-all
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm set version berry
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm plugin import workspace-tools
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm install
|
||||
|
|
Loading…
Add table
Reference in a new issue