mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
build fix
This commit is contained in:
parent
b9e3ef1434
commit
650af9fa22
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ fs.writeFileSync(path.join(target, 'package.json'), '{}')
|
|||
sh.cd(target)
|
||||
vars.builtinPlugins.forEach(plugin => {
|
||||
if (plugin === 'terminus-web') {
|
||||
continue
|
||||
return
|
||||
}
|
||||
log.info('install', plugin)
|
||||
sh.cp('-r', path.join('..', plugin), '.')
|
||||
|
|
Loading…
Reference in a new issue