#!/bin/sh -eu
cd "$RUN_DIR"
[ -z "${DEBUG:-}" ] || set -x
poetry export -o requirements.txt
cd unwind-ui
npm run build