You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/09/28 06:14:13 UTC

cordova-medic git commit: CB-9695 Add a command to print globally installed npm modules. This closes #67.

Repository: cordova-medic
Updated Branches:
  refs/heads/master 7274752cd -> 8add38fe1


CB-9695 Add a command to print globally installed npm modules. This closes #67.


Project: http://git-wip-us.apache.org/repos/asf/cordova-medic/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-medic/commit/8add38fe
Tree: http://git-wip-us.apache.org/repos/asf/cordova-medic/tree/8add38fe
Diff: http://git-wip-us.apache.org/repos/asf/cordova-medic/diff/8add38fe

Branch: refs/heads/master
Commit: 8add38fe1e78762013fd9026ceff688ffed59741
Parents: 7274752
Author: Alexander Sorokin <al...@akvelon.com>
Authored: Thu Sep 24 11:38:58 2015 +0300
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Sun Sep 27 21:13:56 2015 -0700

----------------------------------------------------------------------
 buildbot-conf/cordova.conf | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/8add38fe/buildbot-conf/cordova.conf
----------------------------------------------------------------------
diff --git a/buildbot-conf/cordova.conf b/buildbot-conf/cordova.conf
index 3d0664c..11278bc 100644
--- a/buildbot-conf/cordova.conf
+++ b/buildbot-conf/cordova.conf
@@ -250,6 +250,8 @@ CORDOVA_STEPS_SET_SETTINGS = [
 
     SetFromCommand('npm_version', ['npm', '--version']),
     SetFromCommand('node_version', ['node', '--version']),
+
+    SH(command=['npm', 'ls', '-g'], description='getting global modules'),
 ]
 
 CORDOVA_STEPS_CLEAN_UP = [


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