rename scripts

This commit is contained in:
ducklet 2024-05-11 19:45:39 +02:00
parent f46ab98ac2
commit 538e901fcb
3 changed files with 0 additions and 2 deletions

8
scripts/build-ui Executable file
View file

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