mirror of
https://github.com/YunoHost-Apps/calckey_ynh.git
synced 2024-09-03 18:16:18 +02:00
pnpm: What if we remove yunohost helper…
This commit is contained in:
parent
b17a14d248
commit
88b7ac2fd5
1 changed files with 5 additions and 5 deletions
|
@ -135,11 +135,11 @@ pushd "$final_path"
|
||||||
ynh_exec_warn_less corepack enable
|
ynh_exec_warn_less corepack enable
|
||||||
ynh_exec_warn_less corepack prepare pnpm@latest --activate
|
ynh_exec_warn_less corepack prepare pnpm@latest --activate
|
||||||
ynh_exec_warn_less pnpm run clean-all
|
ynh_exec_warn_less 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 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 pnpm plugin import workspace-tools
|
||||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm install
|
ynh_exec_warn_less pnpm install
|
||||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm run rebuild
|
ynh_exec_warn_less pnpm run rebuild
|
||||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm run migrate
|
ynh_exec_warn_less pnpm run migrate
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue