diff --git a/.github/workflows/deploy-app.yml b/.github/workflows/deploy-app.yml index cd4d7ca51..04fd61c41 100644 --- a/.github/workflows/deploy-app.yml +++ b/.github/workflows/deploy-app.yml @@ -26,6 +26,9 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Build highlight dependency + run: npm run build --workspace=@getpaseo/highlight + - name: Typecheck run: npm run typecheck --workspace=@getpaseo/app diff --git a/.github/workflows/server-ci.yml b/.github/workflows/server-ci.yml index b5eac8db3..f0291f8db 100644 --- a/.github/workflows/server-ci.yml +++ b/.github/workflows/server-ci.yml @@ -36,6 +36,9 @@ jobs: - name: Install server dependencies run: npm install --workspace=@getpaseo/server --include-workspace-root + - name: Build highlight dependency + run: npm run build --workspace=@getpaseo/highlight + - name: Build relay dependency run: npm run build --workspace=@getpaseo/relay diff --git a/packages/app/src/desktop/components/desktop-permissions-section.tsx b/packages/app/src/desktop/components/desktop-permissions-section.tsx index ee6b98938..dae1a88df 100644 --- a/packages/app/src/desktop/components/desktop-permissions-section.tsx +++ b/packages/app/src/desktop/components/desktop-permissions-section.tsx @@ -60,7 +60,7 @@ export function DesktopPermissionsSection() { }} /> {testNotificationError ? ( - + {testNotificationError} ) : null}