diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 6e3a0a8e..470f9e2f 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -20,7 +20,7 @@ jobs: node-version: '20' - name: Install dependencies - run: yarn + run: yarn install --mode=skip-build - name: Run TypeScript, ESLint, and Prettier checks run: |