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

uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 28c9eeb  include new jest configs to ensure verify release script 
works (#3532)
28c9eeb is described below

commit 28c9eeb2991a588080346d2550aa955cd37ef693
Author: Paul Taylor <paul.e.tay...@me.com>
AuthorDate: Thu Jan 31 14:47:01 2019 +0000

    include new jest configs to ensure verify release script works (#3532)
---
 js/package.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/js/package.json b/js/package.json
index fe37d69..22a1df9 100644
--- a/js/package.json
+++ b/js/package.json
@@ -53,7 +53,9 @@
     "tsconfig",
     "README.md",
     "gulpfile.js",
-    "npm-release.sh"
+    "npm-release.sh",
+    "jest.config.js",
+    "jest.coverage.config.js"
   ],
   "dependencies": {
     "@types/flatbuffers": "^1.9.0",

Reply via email to