diff --git a/.github/workflows/pull-request-build.yml b/.github/workflows/pull-request-build.yml index 3c69ef8f7..bd54ccf5e 100644 --- a/.github/workflows/pull-request-build.yml +++ b/.github/workflows/pull-request-build.yml @@ -42,9 +42,7 @@ jobs: key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} - name: Install package dependencies - run: yarn install - env: - YARN_LOG_LEVEL: verbose + run: yarn install --inline-builds - name: Lint run: yarn lint