Add cli-plugin package role

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-02-27 23:25:27 +01:00
parent 6f01c33a0e
commit 94a885a2ef
10 changed files with 33 additions and 3 deletions
+1
View File
@@ -269,6 +269,7 @@ function createConfigForRole(dir, role, extraConfig = {}) {
});
case 'cli':
case 'cli-plugin':
case 'node-library':
case 'backend':
case 'backend-plugin':
+1
View File
@@ -38,6 +38,7 @@ const FRONTEND_ROLES = [
const NODE_ROLES = [
'backend',
'cli',
'cli-plugin',
'node-library',
'backend-plugin',
'backend-plugin-module',