Skip to content

Commit

Permalink
Update install-deps.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jan 8, 2025
1 parent 0220541 commit 9f3c7a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/install-deps.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ vars.allPackages.forEach(plugin => {
log.info('deps', plugin)
sh.cd(plugin)
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('..')
})

Expand Down

0 comments on commit 9f3c7a9

Please sign in to comment.