migrate to 'expo-haptics' (#3418)

* migrate to 'expo-haptics'

* run yarn install twice if necessary
This commit is contained in:
Hailey
2024-04-04 21:19:38 -07:00
committed by GitHub
parent cddbbc4bd4
commit 4e59914d2a
4 changed files with 27 additions and 21 deletions
+2 -3
View File
@@ -32,9 +32,6 @@ jobs:
node-version-file: .nvmrc
cache: yarn
- name: ⚙️ Install Dependencies
run: yarn install
- name: Ensure tracking relevant branches and checkout base
run: |
git checkout ${{ github.head_ref }}
@@ -50,6 +47,7 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git merge --no-edit ${{ github.head_ref }}
yarn install
- name: 🔦 Generate stats file for PR
run: |
@@ -72,6 +70,7 @@ jobs:
- name: 🔦 Generate stats file from base commit
if: ${{ !steps.get-base-stats.outputs.cache-hit }}
run: |
yarn install
yarn generate-webpack-stats-file
mv stats.json stats-base.json