fix(docs): build (#5374)

This commit is contained in:
Jason Rasmussen
2023-11-28 21:27:01 -05:00
committed by GitHub
parent a67f57c0e0
commit 6ae7a92e03
2 changed files with 5 additions and 1 deletions

View File

@@ -45,6 +45,10 @@ jobs:
run: npm run check
if: ${{ !cancelled() }}
- name: Run build
run: npm run build
if: ${{ !cancelled() }}
server-unit-tests:
name: Run server unit test suites and checks
runs-on: ubuntu-latest