Skip to content

Commit

Permalink
convert server to use serve instead of next-start
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Logan committed Sep 28, 2023
1 parent 2217584 commit e1e5994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_for_broken_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e1e5994

Please sign in to comment.