We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f1264 commit 8b17e0cCopy full SHA for 8b17e0c
package.json
@@ -21,7 +21,7 @@
21
"docs:dev": "npm run build && npm run docs:build",
22
"docs:watch": "watchy -w lib npm run docs:dev",
23
"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",
+ "test:ci": "SKIP_INTEGRATION_TESTS=true ./node_modules/contentful-sdk-core/bin/test-ci.sh",
25
"test:cover": "BABEL_ENV=test babel-node ./node_modules/istanbul/lib/cli.js cover test/runner",
26
"test:only": "BABEL_ENV=test babel-node ./test/runner",
27
"test:debug": "BABEL_ENV=test babel-node debug ./test/runner",
0 commit comments