Skip to content

Commit

Permalink
ignore optional deps, engines
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Dec 29, 2023
1 parent 6a171ef commit e590aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Install dependencies
if: ${{ steps.test_files_changed.outputs.any_changed == 'true' || steps.test_files_changed.outputs.any_deleted == 'true' || steps.source_files_changed.outputs.any_changed == 'true' || steps.source_files_changed.outputs.any_deleted == 'true' }}
run: |
yarn
yarn --ignore-optional --ignore-engines --non-interactive
- name: Build package
if: ${{ steps.source_files_changed.outputs.any_changed == 'true' || steps.source_files_changed.outputs.any_deleted == 'true' }}
Expand Down

0 comments on commit e590aa0

Please sign in to comment.