#!/bin/bash
export PATH=/usr/local/bin:~/Library/Python/3.9/bin:$PATH
export PYTHONUNBUFFERED=1
poetry install --sync --no-root
poetry run python3 scripts/build.py "$@"
