unwind/scripts/build
2021-07-28 23:08:10 +02:00

10 lines
123 B
Bash
Executable file

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