unwind/scripts/outdated

14 lines
172 B
Text
Raw Normal View History

2024-05-10 00:13:01 +02:00
#!/bin/sh -eu
cd "$RUN_DIR"
[ -z "${DEBUG:-}" ] || set -x
echo '# Poetry:'
poetry show --outdated --top-level --with=build,dev
echo '
# Npm:'
cd unwind-ui
npm outdated