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

Add platforms options to meteor build: #11437

Commits on May 17, 2021

  1. Add platforms options to meteor build:

    This commit adds the "--platforms" flag to meteor build command. This allows the user to specify which platforms he want to build and build it only. For example, if we pass only android to it, we will build only android and web.cordova.
    
    Related to issue meteor#63 (meteor/meteor-feature-requests#63)
    matheusccastroo committed May 17, 2021
    Configuration menu
    Copy the full SHA
    e8dbe6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ca8956 View commit details
    Browse the repository at this point in the history