mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-23 18:44:20 +03:00
build fix
This commit is contained in:
parent
b9e3ef1434
commit
650af9fa22
@ -12,7 +12,7 @@ fs.writeFileSync(path.join(target, 'package.json'), '{}')
|
|||||||
sh.cd(target)
|
sh.cd(target)
|
||||||
vars.builtinPlugins.forEach(plugin => {
|
vars.builtinPlugins.forEach(plugin => {
|
||||||
if (plugin === 'terminus-web') {
|
if (plugin === 'terminus-web') {
|
||||||
continue
|
return
|
||||||
}
|
}
|
||||||
log.info('install', plugin)
|
log.info('install', plugin)
|
||||||
sh.cp('-r', path.join('..', plugin), '.')
|
sh.cp('-r', path.join('..', plugin), '.')
|
||||||
|
Loading…
Reference in New Issue
Block a user