mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-08 21:40:03 +00:00
Update install-deps.mjs
This commit is contained in:
parent
02205410b6
commit
9f3c7a95cf
@ -21,6 +21,8 @@ vars.allPackages.forEach(plugin => {
|
|||||||
log.info('deps', plugin)
|
log.info('deps', plugin)
|
||||||
sh.cd(plugin)
|
sh.cd(plugin)
|
||||||
sh.exec(`yarn install --force --network-timeout 1000000`, { fatal: true })
|
sh.exec(`yarn install --force --network-timeout 1000000`, { fatal: true })
|
||||||
|
// Some native packages might fail to build before patch-package gets a chance to run via postinstall
|
||||||
|
sh.exec(`yarn postinstall`, { fatal: false })
|
||||||
sh.cd('..')
|
sh.cd('..')
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user