Skip to content

Commit e1b0de5

Browse files
chrisbbreuerclaude
andcommitted
fix: update lockfile and deploy install command
Removed @stacksjs/stx dependency (using built-in template renderer). Updated lockfile and removed --production flag from bun install to avoid frozen lockfile errors during deploy. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 648ab76 commit e1b0de5

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

.github/workflows/deploy-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
sudo git pull origin main
3838
cd packages/registry
39-
sudo /root/.bun/bin/bun install --production
39+
sudo /root/.bun/bin/bun install
4040
sudo systemctl restart pantry-registry
4141
sleep 2
4242
curl -sf http://localhost:3000/health || echo "Health check failed"

bun.lock

Lines changed: 0 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)