Skip to content

Commit c073286

Browse files
committed
sparkyfitness switch to pnpm
1 parent cbaba2f commit c073286

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ct/sparkyfitness.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function update_script() {
5151

5252
msg_info "Updating Sparky Fitness Backend"
5353
cd /opt/sparkyfitness/SparkyFitnessServer
54-
$STD npm install --legacy-peer-deps
54+
$STD pnpm install
5555
msg_ok "Updated Sparky Fitness Backend"
5656

5757
msg_info "Updating Sparky Fitness Frontend (Patience)"

install/sparkyfitness-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ msg_ok "Configured Sparky Fitness"
4747

4848
msg_info "Building Backend"
4949
cd /opt/sparkyfitness/SparkyFitnessServer
50-
$STD npm install --legacy-peer-deps
50+
$STD pnpm install
5151
msg_ok "Built Backend"
5252

5353
msg_info "Building Frontend (Patience)"

0 commit comments

Comments
 (0)