mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
increase yarn network-timeout
This commit is contained in:
@@ -9,18 +9,18 @@ sh.exec(`yarn patch-package`, { fatal: true })
|
||||
log.info('deps', 'app')
|
||||
|
||||
sh.cd('app')
|
||||
sh.exec(`yarn install --force`, { fatal: true })
|
||||
sh.exec(`yarn install --force --network-timeout 1000000`, { fatal: true })
|
||||
sh.cd('..')
|
||||
|
||||
sh.cd('web')
|
||||
sh.exec(`yarn install --force`, { fatal: true })
|
||||
sh.exec(`yarn install --force --network-timeout 1000000`, { fatal: true })
|
||||
sh.exec(`yarn patch-package`, { fatal: true })
|
||||
sh.cd('..')
|
||||
|
||||
vars.allPackages.forEach(plugin => {
|
||||
log.info('deps', plugin)
|
||||
sh.cd(plugin)
|
||||
sh.exec(`yarn install --force`, { fatal: true })
|
||||
sh.exec(`yarn install --force --network-timeout 1000000`, { fatal: true })
|
||||
sh.cd('..')
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user