fix bun command

This commit is contained in:
Lendemor 2024-10-05 01:04:05 +02:00
parent 3251609656
commit 62f236f831

View File

@ -67,4 +67,6 @@ jobs:
poetry run bash scripts/integration.sh ./reflex-web dev poetry run bash scripts/integration.sh ./reflex-web dev
- name: Check outdated frontend dependencies - name: Check outdated frontend dependencies
run: | run: |
bun outdated outdated=$(/home/runner/.local/share/reflex/bun/bin/bun outdated)
echo "Outdated:"
echo "$outdated"