build order fix

This commit is contained in:
Eugene Pankov 2021-08-04 19:28:41 +02:00
parent c44f3c5f25
commit 621005eb27
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -17,7 +17,6 @@ exports.builtinPlugins = [
'tabby-core', 'tabby-core',
'tabby-settings', 'tabby-settings',
'tabby-terminal', 'tabby-terminal',
'tabby-electron',
'tabby-local', 'tabby-local',
'tabby-web', 'tabby-web',
'tabby-community-color-schemes', 'tabby-community-color-schemes',
@ -25,6 +24,7 @@ exports.builtinPlugins = [
'tabby-ssh', 'tabby-ssh',
'tabby-serial', 'tabby-serial',
'tabby-telnet', 'tabby-telnet',
'tabby-electron',
] ]
exports.allPackages = [ exports.allPackages = [