From 2b71f140212a3cf05d14c4236b3dc52a1fd5ba19 Mon Sep 17 00:00:00 2001 From: Jeronimo Vallelunga Date: Tue, 25 Jul 2017 23:40:59 -0300 Subject: [PATCH] Update Release --- .jest.ci.json | 3 --- package.json | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 .jest.ci.json diff --git a/.jest.ci.json b/.jest.ci.json deleted file mode 100644 index 3bcf746..0000000 --- a/.jest.ci.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "testPathIgnorePatterns": ["/src/"] -} \ No newline at end of file diff --git a/package.json b/package.json index d04a915..647f523 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-bluetooth", - "version": "0.1.7", + "version": "0.1.10", "description": "Redux middleware to dispatch actions via bluetooth to a peripheral store", "main": "build/index.js", "scripts": { @@ -25,8 +25,8 @@ "example:peripheral:build": "cd example/peripheral && npm run build", "example:peripheral:start": "cd example/peripheral && npm start", - "ci:test": "jest --config .jest.ci.json", - "ci:report:coverage": "npm run test:coverage && codecov -t $CODECOV_TOKEN", + "ci:test": "jest ./build/", + "ci:report:coverage": "npm run ci:test -- --coverage && codecov -t $CODECOV_TOKEN", "ci:example:build": "npm run example:webapp:install && npm run example:webapp:build" }, "babel": {