Skip to content

Commit 8b17e0c

Browse files
committed
core: skip integration tests
1 parent 37f1264 commit 8b17e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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-management.js contentfulManagement",
24-
"test:ci": "./node_modules/contentful-sdk-core/bin/test-ci.sh",
24+
"test:ci": "SKIP_INTEGRATION_TESTS=true ./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",

0 commit comments

Comments
 (0)