Skip to content

Commit

Permalink
remove --ignore-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
marxeille committed Oct 14, 2024
1 parent e558661 commit 93cc352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-code-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Install Dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn --ignore-scripts
run: yarn

- name: Install mobile packages
working-directory: apps/mobile
Expand Down

0 comments on commit 93cc352

Please sign in to comment.