1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tracim_ynh.git synced 2024-10-01 13:34:52 +02:00

Update install

This commit is contained in:
Éric Gaspar 2024-06-08 18:29:24 +02:00
parent 23eaa7ba1a
commit 54688a91ea

View file

@ -96,9 +96,8 @@ popd
pushd $install_dir
ynh_use_nodejs
echo 'nodeLinker: node-modules' >> .yarnrc.yml
ynh_exec_warn_less env $ynh_node_load_PATH corepack enable && COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack prepare pnpm@latest --activate
ynh_exec_warn_less env $ynh_node_load_PATH COREPACK_ENABLE_DOWNLOAD_PROMPT=0 pnpm install
ynh_exec_warn_less env $ynh_node_load_PATH COREPACK_ENABLE_DOWNLOAD_PROMPT=0 ./build_full_frontend.sh
ynh_exec_warn_less env $ynh_node_load_PATH yarn install
ynh_exec_warn_less env $ynh_node_load_PATH ./build_full_frontend.sh
popd
chmod 750 "$install_dir"