Browse Source

Fix: invalid clean command

pull/151/head
Jose Olarte III 2 weeks ago
parent
commit
118e93b85a
  1. 4
      scripts/build-ios.sh

4
scripts/build-ios.sh

@ -186,8 +186,8 @@ clean_ios_build() {
log_debug "Cleaned ios/App/DerivedData/" log_debug "Cleaned ios/App/DerivedData/"
fi fi
# Clean Capacitor # Clean Capacitor (using npm script instead of invalid cap clean command)
npx cap clean ios || true npm run clean:ios || true
log_success "iOS build cleaned" log_success "iOS build cleaned"
} }

Loading…
Cancel
Save