mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 17:07:15 +00:00
fixed install-deps.js
This commit is contained in:
parent
c8b25cf911
commit
fee163835f
1 changed files with 2 additions and 2 deletions
|
@ -9,11 +9,11 @@ sh.exec(`yarn patch-package`, { fatal: true })
|
|||
log.info('deps', 'app')
|
||||
|
||||
sh.cd('app')
|
||||
sh.exec(`yarn yarn install --force`, { fatal: true })
|
||||
sh.exec(`yarn install --force`, { fatal: true })
|
||||
sh.cd('..')
|
||||
|
||||
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.cd('..')
|
||||
|
||||
|
|
Loading…
Reference in a new issue