Github user stevengill commented on a diff in the pull request:

    https://github.com/apache/cordova-cli/pull/287#discussion_r142530184
  
    --- Diff: src/cli.js ---
    @@ -475,8 +491,11 @@ function cli (inputArgs) {
                 link: args.link || false,
                 save: args.save,
                 shrinkwrap: args.shrinkwrap || false,
    -            force: args.force || false
    +            force: args.force || false,
    +            production: args.production,
    +            noprod: args.noprod || false
    --- End diff --
    
    no need to pass noprod, it is only used to figure out production. Which you 
do on L454


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to