Files
TX/scripts/post-merge.sh
T

9 lines
303 B
Bash
Raw Normal View History

2026-04-18 02:00:09 +00:00
#!/bin/bash
set -e
pnpm install --frozen-lockfile
pnpm --filter db run push-force
# Idempotent: ensure the default groups exist and existing users are mapped
# (Admins, Tx, Everyone). Safe to run repeatedly.
pnpm --filter scripts run seed
2026-04-22 10:52:09 +00:00
pnpm --filter @workspace/tx-os exec playwright install chromium