diff --git a/scripts/format_frontend.sh b/scripts/format_frontend.sh index 15517ee13b..f8d816912b 100644 --- a/scripts/format_frontend.sh +++ b/scripts/format_frontend.sh @@ -5,6 +5,7 @@ if [ -z "$(ls | grep CONTRIBUTING.md)" ]; then else echo "Formatting frontend with prettier, also type checking with TypeScript" cd ui + pnpm i pnpm format:write pnpm ts:check fi diff --git a/test/test_networking.py b/test/test_networking.py index c1383434bc..3b0d133538 100644 --- a/test/test_networking.py +++ b/test/test_networking.py @@ -54,7 +54,7 @@ class TestStartServer(unittest.TestCase): io.show_error = True io.flagging_callback.setup(io.flagging_dir) io.auth = None - + port = networking.get_first_available_port( networking.INITIAL_PORT_VALUE, networking.INITIAL_PORT_VALUE + networking.TRY_NUM_PORTS,