Skip to content

Commit ac07a3a

Browse files
committed
fix: do not copy source to cwd
1 parent df56db6 commit ac07a3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

@packages/utils/pkg-check.js

-1
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)