Update install-deps.js

This commit is contained in:
Eugene Pankov
2021-06-19 22:01:35 +02:00
parent 77d6a7886f
commit 8801574650

View File

@@ -13,6 +13,10 @@ sh.cd('app')
sh.exec(`${npx} yarn install --force`)
sh.cd('..')
sh.cd('web')
sh.exec(`${npx} yarn install --force`)
sh.cd('..')
vars.builtinPlugins.forEach(plugin => {
log.info('deps', plugin)
sh.cd(plugin)