Skip to content

Commit

Permalink
build: try to avoid patch-package error.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardo2016x committed Nov 28, 2024
1 parent 29d63b1 commit 6d39e40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ios_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
shell: bash
run: |
cd apps/mobile;
rm -rf node_modules;
yarn install;
yarn postinstall;
Expand Down

0 comments on commit 6d39e40

Please sign in to comment.