From e1e59946f34d4c08c722e9343107c9aa593346e2 Mon Sep 17 00:00:00 2001 From: Jacob Logan Date: Wed, 27 Sep 2023 17:07:02 -0700 Subject: [PATCH] convert server to use serve instead of next-start --- .github/workflows/check_pr_for_broken_links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_pr_for_broken_links.yml b/.github/workflows/check_pr_for_broken_links.yml index 0f233422d99..4f3f50eb6ee 100644 --- a/.github/workflows/check_pr_for_broken_links.yml +++ b/.github/workflows/check_pr_for_broken_links.yml @@ -25,6 +25,6 @@ jobs: NODE_OPTIONS: --max_old_space_size=4096 - name: Run Server run: | - yarn run next-start & + npx serve client/www/next-build & sleep 5 && yarn run linkcheck