mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-27 23:38:33 +00:00
started separating terminus-electron and terminus-web
This commit is contained in:
@@ -11,6 +11,9 @@ sh.mkdir('-p', target)
|
||||
fs.writeFileSync(path.join(target, 'package.json'), '{}')
|
||||
sh.cd(target)
|
||||
vars.builtinPlugins.forEach(plugin => {
|
||||
if (plugin === 'terminus-web') {
|
||||
continue
|
||||
}
|
||||
log.info('install', plugin)
|
||||
sh.cp('-r', path.join('..', plugin), '.')
|
||||
sh.rm('-rf', path.join(plugin, 'node_modules'))
|
||||
|
Reference in New Issue
Block a user