This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-js.git


The following commit(s) were added to refs/heads/master by this push:
     new cc069cc  CB-14155 fix btest part 2: export npm script
cc069cc is described below

commit cc069cc8c664b27f7e27c1460cbabfcdda394619
Author: Christopher J. Brody <chris.br...@gmail.com>
AuthorDate: Thu Jun 21 11:04:37 2018 -0400

    CB-14155 fix btest part 2: export npm script
    
    Followup to btest fix in PR #160
---
 package.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package.json b/package.json
index 3f986a9..67b2dde 100644
--- a/package.json
+++ b/package.json
@@ -17,6 +17,7 @@
   "scripts": {
     "eslint": "eslint src test pkg",
     "test": "grunt test && npm run eslint",
+    "btest": "grunt btest && npm run eslint",
     "build": "grunt compile",
     "build-browserify": "grunt compile-browserify"
   },


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

Reply via email to