Include web-library and node-library as target package roles

Signed-off-by: Harrison Hogg <hhogg@spotify.com>
This commit is contained in:
Harrison Hogg
2024-09-11 14:40:37 +01:00
parent 520a383e5e
commit 4e8a82eb68
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -27,12 +27,12 @@ describe('features', () => {
'backend-plugin-module': true,
'frontend-plugin': true,
'frontend-plugin-module': true,
'web-library': true,
'node-library': true,
// Disallowed
frontend: false,
backend: false,
cli: false,
'web-library': false,
'node-library': false,
'common-library': false,
};
+2
View File
@@ -30,6 +30,8 @@ const targetPackageRoles: PackageRole[] = [
'backend-plugin-module',
'frontend-plugin',
'frontend-plugin-module',
'web-library',
'node-library',
];
// A list of the feature types we want to extract from the project