unwind/scripts/build-ui

9 lines
88 B
Text
Raw Normal View History

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