Skip to content

Commit c863303

Browse files
committed
fix: do not copy source to cwd
1 parent 84e65e7 commit c863303

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

@packages/utils/pkg-check.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ async function getTarballFiles(source, options) {
145145
unsafeCleanup: true,
146146
});
147147
const cwd = tmpDir.name;
148-
await fs.copy(source, cwd);
149148
const tarball = path.join(cwd, 'test-archive.tgz');
150149
await execa('yarn', ['pack', '--filename', tarball], {cwd: source});
151150

0 commit comments

Comments
 (0)