bump fs-extra types
Summary: `recursive` was dropped in when [dropping](https://github.com/jprichardson/node-fs-extra/issues/886) node v10 Reviewed By: aigoncharov Differential Revision: D48780242 fbshipit-source-id: 29349590a7f14da85fe8df28b20d9b418e7a8b1d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d04abff530
commit
f2ef26cd9a
@@ -59,7 +59,6 @@ async function copyPackageWithDependenciesRecursive(
|
||||
.then((l: Array<string>) => ignore().add(DEFAULT_BUILD_IGNORES.concat(l)));
|
||||
await fs.copy(packageDir, targetDir, {
|
||||
dereference: true,
|
||||
recursive: true,
|
||||
filter: (src) => {
|
||||
const relativePath = path.relative(packageDir, src);
|
||||
return relativePath === '' || !ignores.ignores(relativePath);
|
||||
|
||||
Reference in New Issue
Block a user