diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 654493c25..560ce56e9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/docs/docs/guides/remote-access.md b/docs/docs/guides/remote-access.md index 112050d83..b72bf5a03 100644 --- a/docs/docs/guides/remote-access.md +++ b/docs/docs/guides/remote-access.md @@ -50,7 +50,7 @@ A remote reverse proxy like [Cloudflare](https://www.cloudflare.com/learning/cdn ### Pros - No additional software needs to be installed client-side -- If you only need access to the web interface remotely, it is possible to set up access controls that shield you from zero-day vulnerabilities on Immich. [Cloudflare Access](<(https://www.cloudflare.com/zero-trust/products/access/)>) has a generous free tier. +- If you only need access to the web interface remotely, it is possible to set up access controls that shield you from zero-day vulnerabilities on Immich. [Cloudflare Access](https://www.cloudflare.com/zero-trust/products/access/) has a generous free tier. ### Cons