mirror of
https://github.com/eugeny/tabby
synced 2026-05-04 16:30:42 +00:00
wip
This commit is contained in:
@@ -8,6 +8,11 @@ log.info('deps', 'app')
|
||||
sh.exec('npm prune')
|
||||
sh.exec('npm install')
|
||||
|
||||
sh.cd('app')
|
||||
sh.exec('npm prune')
|
||||
sh.exec('npm install')
|
||||
sh.cd('..')
|
||||
|
||||
vars.builtinPlugins.forEach(plugin => {
|
||||
log.info('deps', plugin)
|
||||
sh.cd(plugin)
|
||||
|
||||
Reference in New Issue
Block a user