Skip to content

Commit 56ce3a1

Browse files
fix: that nxp prebuild command is wonky
1 parent 3411fd3 commit 56ce3a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ jobs:
122122
- if: matrix.build-mode == 'manual'
123123
shell: bash
124124
run: |
125-
npx expo prebuild --clean
126125
yarn install
127126
cd example
128127
yarn install
128+
npx expo prebuild --clean
129129
cd android
130130
./gradlew clean
131131
@@ -185,10 +185,10 @@ jobs:
185185
- if: matrix.build-mode == 'manual'
186186
shell: bash
187187
run: |
188-
npx expo prebuild --clean
189188
yarn install
190189
cd example
191190
yarn install
191+
npx expo prebuild --clean
192192
cd ios
193193
xcodebuild -workspace expopluginexample.xcworkspace -scheme expopluginexample -configuration Debug -destination 'platform=iOS Simulator,name=iPhone 16' build
194194

0 commit comments

Comments
 (0)