mirror of
https://github.com/eugeny/tabby
synced 2026-08-24 14:56:55 +00:00
Update install-deps.js
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user