removed hterm - #4295

This commit is contained in:
Eugene Pankov
2021-08-08 22:06:08 +02:00
parent a560f0c96e
commit 1ae8d9c643
14 changed files with 9 additions and 4615 deletions

View File

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