fix: refresh root deps after runner build (#197)

This commit is contained in:
Eyejoker
2026-05-30 00:18:33 +09:00
committed by GitHub
parent 46b5543cb5
commit e3d02dbac1
2 changed files with 14 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
"build:all": "bun run build && bun run dashboard:build && bun run build:runners",
"build:runtime": "bun run build:all",
"verify:dist": "bash scripts/check-dist-fresh.sh",
"deploy": "git pull --ff-only && bun install --frozen-lockfile && bun run build:all && bun run verify:dist && bun setup/index.ts --step migrate-room-registrations && systemctl --user restart ejclaw",
"deploy": "git pull --ff-only && bun install --frozen-lockfile && bun run build:all && bun install --frozen-lockfile && bun run verify:dist && bun setup/index.ts --step migrate-room-registrations && systemctl --user restart ejclaw",
"start": "bun dist/index.js",
"dev": "bun --watch src/index.ts",
"test": "vitest run",