Skip to content

Commit

Permalink
yarn install --inline-builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfbrito committed Aug 19, 2024
1 parent d2271b2 commit e9141aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pull-request-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9141aa

Please sign in to comment.