Skip to content

Commit 619cee3

Browse files
committed
fix: Update package.json to use test-ci.sh script
1 parent 67f2359 commit 619cee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"docs:dev": "npm run build && npm run docs:build",
2222
"docs:watch": "watchy -w lib npm run docs:dev",
2323
"docs:publish": "npm run docs:build && ./node_modules/contentful-sdk-jsdoc/bin/publish-docs.sh contentful.js contentful",
24-
"test:ci": "npm run test:cover && npm run build && npm run test:integration && ./node_modules/contentful-sdk-core/bin/run-if-node-version.js && npm run test:browser-remote || true",
24+
"test:ci": "./node_modules/contentful-sdk-core/bin/test-ci.sh",
2525
"test:cover": "BABEL_ENV=test babel-node ./node_modules/istanbul/lib/cli.js cover test/runner",
2626
"test:only": "BABEL_ENV=test babel-node ./test/runner",
2727
"test:debug": "BABEL_ENV=test babel-node debug ./test/runner",
@@ -47,7 +47,7 @@
4747
],
4848
"dependencies": {
4949
"babel-runtime": "^6.3.19",
50-
"contentful-sdk-core": "^2.1.2",
50+
"contentful-sdk-core": "^2.2.0",
5151
"json-stringify-safe": "^5.0.1",
5252
"lodash": "^4.2.0"
5353
},

0 commit comments

Comments
 (0)