You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/08/19 01:20:20 UTC

[2/6] git commit: add basic npm test of create+build project

add basic npm test of create+build project


Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/7d1468b8
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/7d1468b8
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/7d1468b8

Branch: refs/heads/master
Commit: 7d1468b8703228f2c12ec1bbec2ba569f5047deb
Parents: 7c4d028
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Aug 18 16:08:49 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Aug 18 16:08:49 2014 -0700

----------------------------------------------------------------------
 windows/package.json | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/7d1468b8/windows/package.json
----------------------------------------------------------------------
diff --git a/windows/package.json b/windows/package.json
index abb83e8..81f8b75 100644
--- a/windows/package.json
+++ b/windows/package.json
@@ -18,6 +18,9 @@
     "node-uuid": "~1.4",
     "shelljs": "~0.3"
   },
+  "scripts": {
+    "test": "bin\\create .\\testcreate & .\\testcreate\\cordova\\build & rm -rf .\\testcreate"
+  },
   "author": "Apache Software Foundation",
   "license": "Apache Version 2.0"
 }