1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-20 09:27:16 +03:00

Update install-deps.js

This commit is contained in:
Eugene Pankov 2021-06-19 22:01:35 +02:00
parent 77d6a7886f
commit 8801574650
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

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)