-
Notifications
You must be signed in to change notification settings - Fork 5
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
Build options #16
Build options #16
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good to me!
For naming, I think that additional-build-options
seems a little bit verbose, and could potentially be confusing because I'm not sure it will be clear to all users what additional
refers to here.
How about something like buildtool-options
or build-tool-options
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
* use new run-command version * update package-lock too
skip
/continueOnFailure
-ignoreUnknownOptions
flag to handle buildtool calls for older releasesApart from the usual code review, looking for views on naming the parameter
additional-build-options
UPDATE: Common parameter name finalized as
build-options
and removed automatically appending-ignoreUnknownOptions
flag