fix bun command
This commit is contained in:
parent
3251609656
commit
62f236f831
@ -67,4 +67,6 @@ jobs:
|
||||
poetry run bash scripts/integration.sh ./reflex-web dev
|
||||
- name: Check outdated frontend dependencies
|
||||
run: |
|
||||
bun outdated
|
||||
outdated=$(/home/runner/.local/share/reflex/bun/bin/bun outdated)
|
||||
echo "Outdated:"
|
||||
echo "$outdated"
|
||||
|
Loading…
Reference in New Issue
Block a user