Skip to content

Commit

Permalink
do not build tarballs again
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Jul 11, 2023
1 parent d385854 commit 3aa1033
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/e2e-tests/publish-packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import * as path from 'path';

const repositoryRoot = path.resolve(__dirname, '../..');

// Create tarballs
childProcess.execSync('yarn build:tarball', { encoding: 'utf8', cwd: repositoryRoot, stdio: 'inherit' });

// Get absolute paths of all the packages we want to publish to the fake registry
const packageTarballPaths = glob.sync('packages/*/sentry-*.tgz', {
cwd: repositoryRoot,
Expand Down

0 comments on commit 3aa1033

Please sign in to comment.