diff --git a/package.json b/package.json index 4567aa2786cc..14d73feddc03 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "lint:eslint": "lerna run --parallel lint:eslint", "prepublishOnly": "lerna run --stream --concurrency 1 prepublishOnly", "postpublish": "make publish-docs && lerna run --stream --concurrency 1 postpublish", - "test": "lerna run --ignore @sentry-internal/browser-integration-tests @sentry-internal/node-integration-tests --stream --concurrency 1 --sort test", + "test": "lerna run --ignore @sentry-internal/browser-integration-tests --ignore @sentry-internal/node-integration-tests --stream --concurrency 1 --sort test", "test-ci": "ts-node ./scripts/test.ts" }, "volta": {