Skip to content

Commit 0b1a65a

Browse files
Add CLI rebuild and link to restart task
1 parent 5f849d4 commit 0b1a65a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

mise.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,10 +378,13 @@ rm -f "$PID_FILE"
378378

379379
[tasks.restart]
380380
description = "Restart vibora systemd service with migrations"
381-
depends = ["build"]
381+
depends = ["cli:build"]
382382
run = """
383383
set -e
384384
385+
echo "Linking CLI..." >&2
386+
cd cli && bun link
387+
385388
echo "Syncing database schema..." >&2
386389
bun run drizzle-kit push
387390

0 commit comments

Comments
 (0)