mirror of
https://github.com/YunoHost-Apps/calckey_ynh.git
synced 2024-09-03 18:16:18 +02:00
remove double + reordering
This commit is contained in:
parent
17e5ba6bb6
commit
9a8a7999ef
1 changed files with 0 additions and 1 deletions
|
@ -134,7 +134,6 @@ pushd "$final_path"
|
|||
ynh_use_nodejs
|
||||
ynh_exec_warn_less corepack enable
|
||||
ynh_exec_warn_less corepack prepare pnpm@latest --activate
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH 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
|
||||
|
|
Loading…
Add table
Reference in a new issue