Răsfoiți Sursa

fixed install-deps.js

Eugene Pankov 4 ani în urmă
părinte
comite
fee163835f
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      scripts/install-deps.js

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