feat: use hoisted yarn install in binary build (#17285)

This commit is contained in:
Tim Griesser
2021-11-20 14:19:51 -05:00
committed by GitHub
parent fc6131cb29
commit e4f5b106d4
49 changed files with 1122 additions and 1184 deletions
+1 -2
View File
@@ -48,9 +48,8 @@ describe('packages', () => {
.resolves(['./packages/coffee'])
globbyStub
.withArgs(['package.json', 'lib', 'src/main.js'])
.withArgs(['lib', 'src/main.js'])
.resolves([
'package.json',
'lib/foo.js',
'src/main.js',
])