Stop copying .bin folders (#6628)

* Stops copying the .bin folder from the cache

* Adds a test
This commit is contained in:
Maël Nison
2018-11-03 12:42:08 -07:00
committed by GitHub
parent b62e9e4701
commit 4177b081dc
3 changed files with 11 additions and 1 deletions

View File

@@ -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);