10 lines
99 B
Bash
Executable file
10 lines
99 B
Bash
Executable file
#!/bin/sh -eu
|
|
|
|
cd "$RUN_DIR"
|
|
|
|
[ -z "${DEBUG:-}" ] || set -x
|
|
|
|
uv sync --frozen
|
|
|
|
cd unwind-ui
|
|
npm ci
|