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.
@sentry-internal/node-integration-tests
1 parent ae36d26 commit 9607f9aCopy full SHA for 9607f9a
package.json
@@ -22,7 +22,7 @@
22
"lint:eslint": "lerna run --parallel lint:eslint",
23
"prepublishOnly": "lerna run --stream --concurrency 1 prepublishOnly",
24
"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",
+ "test": "lerna run --ignore @sentry-internal/browser-integration-tests @sentry-internal/node-integration-tests --stream --concurrency 1 --sort test",
26
"test-ci": "ts-node ./scripts/test.ts"
27
},
28
"volta": {
0 commit comments