Skip to content

Commit 9607f9a

Browse files
committed
Remove @sentry-internal/node-integration-tests from base test script.
1 parent ae36d26 commit 9607f9a

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
@@ -22,7 +22,7 @@
2222
"lint:eslint": "lerna run --parallel lint:eslint",
2323
"prepublishOnly": "lerna run --stream --concurrency 1 prepublishOnly",
2424
"postpublish": "make publish-docs && lerna run --stream --concurrency 1 postpublish",
25-
"test": "lerna run --ignore @sentry-internal/browser-integration-tests --stream --concurrency 1 --sort test",
25+
"test": "lerna run --ignore @sentry-internal/browser-integration-tests @sentry-internal/node-integration-tests --stream --concurrency 1 --sort test",
2626
"test-ci": "ts-node ./scripts/test.ts"
2727
},
2828
"volta": {

0 commit comments

Comments
 (0)