ci: add frontend to pnpm workspace via services/*
Deploy to VPS / deploy (push) Successful in 2m26s

- Change pnpm-workspace.yaml from specific paths to services/* and packages/*
- Remove bun.lock (frontend now uses pnpm lockfile)
- Use --no-frozen-lockfile so lockfile auto-updates in CI
This commit is contained in:
asepharyana
2026-07-26 13:13:59 +07:00
parent d5253ebab0
commit 702f96262e
3 changed files with 7 additions and 11 deletions
+2 -3
View File
@@ -1,7 +1,6 @@
packages:
- services/backend
- services/discord-gateway
- packages/shared
- services/*
- packages/*
allowBuilds:
'@discordjs/opus': true