chore: update dependencies & scripts

This commit is contained in:
ducklet 2024-05-10 00:13:01 +02:00
parent 2bf5607183
commit 738799cc74
15 changed files with 1351 additions and 993 deletions

10
scripts/install Executable file
View file

@ -0,0 +1,10 @@
#!/bin/sh -eu
cd "$RUN_DIR"
[ -z "${DEBUG:-}" ] || set -x
poetry install --with=dev --sync
cd unwind-ui
npm ci