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
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user