mirror of
https://github.com/YunoHost-Apps/libremdb_ynh.git
synced 2024-09-03 19:36:22 +02:00
Update install
This commit is contained in:
parent
d96c8cc8c3
commit
d8b6dcd7be
1 changed files with 3 additions and 2 deletions
|
@ -60,8 +60,9 @@ ynh_script_progression --message="Building $app..." --weight=20
|
|||
|
||||
pushd $install_dir
|
||||
ynh_use_nodejs
|
||||
corepack enable
|
||||
corepack prepare pnpm@latest --activate
|
||||
#corepack enable
|
||||
#corepack prepare pnpm@latest --activate
|
||||
ynh_exec_warn_less npm install pnpm -g
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm install
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH NODE_ENV=production pnpm build
|
||||
popd
|
||||
|
|
Loading…
Add table
Reference in a new issue