mirror of
https://github.com/zhigang1992/yarn.git
synced 2026-04-30 10:11:50 +08:00
Stop copying .bin folders (#6628)
* Stops copying the .bin folder from the cache * Adds a test
This commit is contained in:
@@ -444,7 +444,7 @@ export default class PackageLinker {
|
||||
possibleExtraneous,
|
||||
artifactFiles,
|
||||
|
||||
ignoreBasenames: [constants.METADATA_FILENAME, constants.TARBALL_FILENAME],
|
||||
ignoreBasenames: [constants.METADATA_FILENAME, constants.TARBALL_FILENAME, '.bin'],
|
||||
|
||||
onStart: (num: number) => {
|
||||
tick = this.reporter.progress(num);
|
||||
|
||||
Reference in New Issue
Block a user