File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ PUSHED_KOTLIN=$(printf '%s\n' "$CHANGED_FILES" | grep -E '\.(kt|kts)$' || true)
4444# native C++ builds). Run the full native builds LOCALLY on push when native / gradle / pods / deps
4545# change. JS-only and docs-only pushes skip these (they stay fast).
4646PUSHED_ANDROID_NATIVE=$( printf ' %s\n' " $CHANGED_FILES " | grep -E ' \.(kt|kts)$|^android/|^package(-lock)?\.json$' | grep -v ' /build/' || true)
47- PUSHED_IOS_NATIVE=$( printf ' %s\n' " $CHANGED_FILES " | grep -E ' \.swift$|^ios/|Podfile' | grep -v ' Pods/' | grep -v ' /build/' || true)
47+ PUSHED_IOS_NATIVE=$( printf ' %s\n' " $CHANGED_FILES " | grep -E ' \.swift$|^ios/|Podfile|^package(-lock)?\.json$ ' | grep -v ' Pods/' | grep -v ' /build/' || true)
4848
4949if [ -n " $PUSHED_JS " ]; then
5050 echo " ▶ JS/TS lint (push range)..."
You can’t perform that action at this time.
0 commit comments