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