Skip to content

Commit

Permalink
fix: do not copy source to cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Jan 6, 2021
1 parent df56db6 commit ac07a3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion @packages/utils/pkg-check.js
Expand Up @@ -145,7 +145,6 @@ async function getTarballFiles(source, options) {
unsafeCleanup: true,
});
const cwd = tmpDir.name;
await fs.copy(source, cwd);
const tarball = path.join(cwd, 'test-archive.tgz');
await execa('yarn', ['pack', '--filename', tarball], {cwd: source});

Expand Down

0 comments on commit ac07a3a

Please sign in to comment.