mirror of
https://github.com/eugeny/tabby
synced 2025-12-15 12:15:44 +00:00
fixed install-deps.js
This commit is contained in:
@@ -9,11 +9,11 @@ sh.exec(`yarn patch-package`, { fatal: true })
|
|||||||
log.info('deps', 'app')
|
log.info('deps', 'app')
|
||||||
|
|
||||||
sh.cd('app')
|
sh.cd('app')
|
||||||
sh.exec(`yarn yarn install --force`, { fatal: true })
|
sh.exec(`yarn install --force`, { fatal: true })
|
||||||
sh.cd('..')
|
sh.cd('..')
|
||||||
|
|
||||||
sh.cd('web')
|
sh.cd('web')
|
||||||
sh.exec(`yarn yarn install --force`, { fatal: true })
|
sh.exec(`yarn install --force`, { fatal: true })
|
||||||
sh.exec(`yarn patch-package`, { fatal: true })
|
sh.exec(`yarn patch-package`, { fatal: true })
|
||||||
sh.cd('..')
|
sh.cd('..')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user