|
32 | 32 | "dedupe-deps:check": "yarn-deduplicate yarn.lock --list --fail",
|
33 | 33 | "dedupe-deps:fix": "yarn-deduplicate yarn.lock",
|
34 | 34 | "postpublish": "lerna run --stream --concurrency 1 postpublish",
|
35 |
| - "test": "lerna run --ignore \"@sentry-internal/{browser-integration-tests,e2e-tests,integration-shims,node-integration-tests}\" test", |
36 |
| - "test:unit": "lerna run --ignore \"@sentry-internal/{browser-integration-tests,e2e-tests,integration-shims,node-integration-tests}\" test:unit", |
| 35 | + "test": "lerna run --ignore \"@sentry-internal/{browser-integration-tests,e2e-tests,integration-shims,node-integration-tests,opentelemetry-v2-tests}\" test", |
| 36 | + "test:unit": "lerna run --ignore \"@sentry-internal/{browser-integration-tests,e2e-tests,integration-shims,node-integration-tests,opentelemetry-v2-tests}\" test:unit", |
37 | 37 | "test:update-snapshots": "lerna run test:update-snapshots",
|
38 |
| - "test:pr": "nx affected -t test --exclude \"@sentry-internal/{browser-integration-tests,e2e-tests,integration-shims,node-integration-tests}\"", |
| 38 | + "test:pr": "nx affected -t test --exclude \"@sentry-internal/{browser-integration-tests,e2e-tests,integration-shims,node-integration-tests,opentelemetry-v2-tests}\"", |
39 | 39 | "test:pr:browser": "UNIT_TEST_ENV=browser ts-node ./scripts/ci-unit-tests.ts --affected",
|
40 | 40 | "test:pr:node": "UNIT_TEST_ENV=node ts-node ./scripts/ci-unit-tests.ts --affected",
|
41 | 41 | "test:ci:browser": "UNIT_TEST_ENV=browser ts-node ./scripts/ci-unit-tests.ts",
|
|
0 commit comments