Skip to content

Commit

Permalink
remove --ignore-platform from cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
marxeille committed Oct 14, 2024
1 parent aedba14 commit e558661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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-platform --ignore-scripts
run: yarn --ignore-scripts

- name: Install mobile packages
working-directory: apps/mobile
Expand All @@ -57,7 +57,7 @@ jobs:

- name: Build provider
working-directory: apps/mobile
run: yarn build:provider
run: yarn build:providergit push origin mobile/v1.6.1-cp.31
env:
CI: false
- name: Deploy on AppCenter
Expand Down

0 comments on commit e558661

Please sign in to comment.