Switch to pnpm (#9937)

This commit is contained in:
Slaviša Arežina
2025-12-13 23:05:07 +01:00
committed by GitHub
parent 86a3099452
commit a411d780ea
2 changed files with 6 additions and 6 deletions

View File

@ -37,8 +37,8 @@ function update_script() {
msg_info "Updating Umami"
cd /opt/umami
$STD yarn install
$STD yarn run build
$STD pnpm install
$STD pnpm run build
msg_ok "Updated Umami"
msg_info "Starting Service"