mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 11:50:06 +00:00
sparkyfitness switch to pnpm
This commit is contained in:
parent
cbaba2f133
commit
c073286d53
2 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ function update_script() {
|
|||
|
||||
msg_info "Updating Sparky Fitness Backend"
|
||||
cd /opt/sparkyfitness/SparkyFitnessServer
|
||||
$STD npm install --legacy-peer-deps
|
||||
$STD pnpm install
|
||||
msg_ok "Updated Sparky Fitness Backend"
|
||||
|
||||
msg_info "Updating Sparky Fitness Frontend (Patience)"
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ msg_ok "Configured Sparky Fitness"
|
|||
|
||||
msg_info "Building Backend"
|
||||
cd /opt/sparkyfitness/SparkyFitnessServer
|
||||
$STD npm install --legacy-peer-deps
|
||||
$STD pnpm install
|
||||
msg_ok "Built Backend"
|
||||
|
||||
msg_info "Building Frontend (Patience)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue