From fdcc5424b9bbfc9e57c521015a33848a80b07893 Mon Sep 17 00:00:00 2001 From: Marshall Ku Date: Mon, 26 Feb 2024 21:04:10 +0900 Subject: [PATCH] Fix ci scripts --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aac439ab..e7b680b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,12 +39,12 @@ jobs: env: LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }} run: | + pnpm build --filter @marshallku/blog cd apps/blog - pnpm build - pnpm add -G @lhci/cli + npm i -g @lhci/cli lhci autorun send-notification: - needs: [check-spelling, lint-all, build-all] + needs: [check-spelling, lint-all, build-all, lighthouse] if: ${{ failure() }} uses: marshallku/actions/.github/workflows/send-notification.yml@master with: