unwind/scripts/install

11 lines
115 B
Text
Raw Normal View History

2024-05-10 00:13:01 +02:00
#!/bin/sh -eu
cd "$RUN_DIR"
[ -z "${DEBUG:-}" ] || set -x
poetry install --with=dev --sync
cd unwind-ui
npm ci