diff --git a/scripts/install-deps.js b/scripts/install-deps.js index 0974d31d..246444d7 100755 --- a/scripts/install-deps.js +++ b/scripts/install-deps.js @@ -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('..')