File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 working-directory : ./reflex-web
6565 run : uv run reflex init
6666 - name : Run Website and Check for errors
67+ working-directory : ./reflex-web
6768 run : |
68- uv run bash scripts/integration.sh ./reflex-web dev
69+ uv run bash ../ scripts/integration.sh . dev
6970 - name : Check outdated frontend dependencies
7071 working-directory : ./reflex-web/.web
7172 run : |
Original file line number Diff line number Diff line change @@ -133,10 +133,11 @@ jobs:
133133 working-directory : ./reflex-web
134134 run : uv run reflex init
135135 - name : Run Website and Check for errors
136+ working-directory : ./reflex-web
136137 run : |
137138 # Check that npm is home
138139 npm -v
139- uv run bash scripts/integration.sh ./reflex-web prod
140+ uv run bash ../ scripts/integration.sh . prod
140141
141142 rx-shout-from-template :
142143 strategy :
You can’t perform that action at this time.
0 commit comments