unwind/scripts/build

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
123 B
Text
Raw Normal View History

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