Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cli): add -i, --if-missing to detox build #2913

Merged
merged 1 commit into from Jul 23, 2021
Merged

Conversation

noomorph
Copy link
Collaborator

Description

This pull request adds -i, --if-missing CLI argument to detox build, so that you don't have sometimes to write extra checks in your CI build scripts whether the binary exists or not.

  -i, --if-missing     Execute the build command only if the app binary is missing.  [boolean]
➜  test git:(feat/lazy-build) npx detox build -c ios.sim.release --if-missing
detox[34137] INFO:  [build.js] Skipping build for "example" app...

In this pull request, I have …

For features/enhancements:

  • I have added/updated the relevant references in the documentation files.

@noomorph noomorph requested a review from d4vidi as a code owner July 23, 2021 10:36
@noomorph noomorph merged commit 89a15b1 into master Jul 23, 2021
@noomorph noomorph deleted the feat/lazy-build branch July 23, 2021 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant