Skip to content

Commit bcae395

Browse files
authored
test(e2e): Publish otel-node package tarballs (#7351)
1 parent 5c17acf commit bcae395

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/e2e-tests/publish-packages.ts

-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ const packageTarballPaths = glob.sync('packages/*/sentry-*.tgz', {
1616

1717
// Publish built packages to the fake registry
1818
packageTarballPaths.forEach(tarballPath => {
19-
// Don't run publish opentelemetry-node package because it is private.
20-
if (tarballPath.includes('sentry-opentelemetry-node')) {
21-
return;
22-
}
23-
2419
// `--userconfig` flag needs to be before `publish`
2520
childProcess.execSync(`npm --userconfig ${__dirname}/test-registry.npmrc publish ${tarballPath}`, {
2621
cwd: repositoryRoot, // Can't use __dirname here because npm would try to publish `@sentry-internal/e2e-tests`

0 commit comments

Comments
 (0)