mirror of
https://github.com/Eugeny/tabby
synced 2024-12-13 14:52:45 +00:00
Update install-deps.js
This commit is contained in:
parent
77d6a7886f
commit
8801574650
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue