You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/11/24 00:32:05 UTC

[GitHub] janpio commented on a change in pull request #145: CB-10718: Update instruction

janpio commented on a change in pull request #145: CB-10718: Update instruction
URL: https://github.com/apache/cordova-mobile-spec/pull/145#discussion_r236027970
 
 

 ##########
 File path: createmobilespec/createmobilespec.js
 ##########
 @@ -345,16 +345,13 @@ if (argv.global) {
 
     console.log("To clone repositories:");
     console.log(["  ." + path.sep + "cordova-coho" + path.sep + "coho repo-clone"].concat(repos).join(" -r "));
-    if (!argv.globalplugins) {
-        console.log("  mkdir cordova-cli" + path.sep + "node_modules");
-        console.log("  (cd cordova-lib && npm install)");
-        console.log("  (cd cordova-plugman" + path.sep + " && npm install)");
-        console.log("  mkdir cordova-cli" + path.sep + "node_modules");
-        console.log("  ln -s .." + path.sep + ".." + path.sep + "cordova-lib cordova-cli" + path.sep + "node_modules");
-        console.log("  (cd cordova-cli && npm install)");
-    }
+    console.log("  ." + path.sep + "cordova-coho" + path.sep + "coho -r cli -r common -r create -r fetch -r js -r serve -r lib -r plugman \"npm install\"");
 
 Review comment:
   What does this line do?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org