unwind/scripts/build-ui
2024-05-11 19:45:39 +02:00

8 lines
88 B
Bash
Executable file

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