fixed install-deps.js

This commit is contained in:
Eugene Pankov 2022-01-18 10:31:07 +01:00
parent c8b25cf911
commit fee163835f
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -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('..')