#!/bin/sh

echo "--- post-merge ---"

npx dotenv-vault@latest pull

# UV
uv self update
.venv/Scripts/activate
uv lock
uv sync
