Skip to content

Commit

Permalink
test(e2e): resolve next not starting
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 19, 2021
1 parent 8da4300 commit 2a2a3cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ run() {
if [ -z ${REACT_UI_PATH+x} ]; then
(
cd "$react_ui_dir"
PORT=4458 NEXT_PUBLIC_ORY_KRATOS_PUBLIC=http://localhost:4433 npm run build && npm run start --port 4458 \
NEXT_PUBLIC_ORY_KRATOS_PUBLIC=http://localhost:4433 npm run build
NEXT_PUBLIC_ORY_KRATOS_PUBLIC=http://localhost:4433 npm run start -- --port 4458 \
>"${base}/test/e2e/react-iu.e2e.log" 2>&1 &
)
else
Expand Down

0 comments on commit 2a2a3cb

Please sign in to comment.