From b1dfb95903aaafb99801821630c6a7b0d5861569 Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Tue, 22 Nov 2022 10:32:45 +0100 Subject: [PATCH] ci: PR `pnpm i`, not `pnpm ci` --- .github/workflows/firebase-hosting-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 706a74d..6daf002 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - run: npm install -g pnpm && pnpm ci && pnpm run build + - run: npm install -g pnpm && pnpm i && pnpm run build - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}'